We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398fe5c commit 7f948a6Copy full SHA for 7f948a6
t/14-host-header.t
@@ -144,7 +144,7 @@ Host: 127.0.0.1:8081
144
local http = require "resty.http"
145
local httpc = http.new()
146
147
- local res, err = httpc:connect("unix:test.sock")
+ local res, err = httpc:connect("unix:.test.sock")
148
if not res then
149
ngx.log(ngx.ERR, err)
150
end
@@ -157,7 +157,7 @@ Host: 127.0.0.1:8081
157
158
}
159
160
---- tcp_listen: test.sock
+--- tcp_listen: .test.sock
161
--- tcp_reply: OK
162
--- request
163
GET /a
0 commit comments