File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ https://github.com/openresty/lua-nginx-module/issues/1915
179179 return true
180180 end
181181
182- local host = " www. notexistdomain.com "
182+ local host = " notexistdomain.openresty.org "
183183 local port = 80
184184
185185 local threads = {}
@@ -205,7 +205,7 @@ GET /t
205205-- - response_body
206206res: false
207207-- - error_log
208- www . notexistdomain. com could not be resolved
208+ notexistdomain. openresty . org could not be resolved
209209
210210
211211
@@ -279,7 +279,7 @@ https://github.com/openresty/lua-nginx-module/issues/1915
279279 return true
280280 end
281281
282- local host = " www. notexistdomain.com "
282+ local host = " notexistdomain.openresty.org "
283283 local port = 80
284284
285285 local threads = {}
@@ -305,7 +305,7 @@ GET /t
305305-- - response_body
306306res: false
307307-- - error_log
308- www . notexistdomain. com could not be resolved
308+ notexistdomain. openresty . org could not be resolved
309309
310310
311311
You can’t perform that action at this time.
0 commit comments