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
179
179
return true
180
180
end
181
181
182
- local host = " www. notexistdomain.com "
182
+ local host = " notexistdomain.openresty.org "
183
183
local port = 80
184
184
185
185
local threads = {}
@@ -205,7 +205,7 @@ GET /t
205
205
-- - response_body
206
206
res: false
207
207
-- - error_log
208
- www . notexistdomain. com could not be resolved
208
+ notexistdomain. openresty . org could not be resolved
209
209
210
210
211
211
@@ -279,7 +279,7 @@ https://github.com/openresty/lua-nginx-module/issues/1915
279
279
return true
280
280
end
281
281
282
- local host = " www. notexistdomain.com "
282
+ local host = " notexistdomain.openresty.org "
283
283
local port = 80
284
284
285
285
local threads = {}
@@ -305,7 +305,7 @@ GET /t
305
305
-- - response_body
306
306
res: false
307
307
-- - error_log
308
- www . notexistdomain. com could not be resolved
308
+ notexistdomain. openresty . org could not be resolved
309
309
310
310
311
311
You can’t perform that action at this time.
0 commit comments