We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077f183 commit 48af25eCopy full SHA for 48af25e
t/07-keepalive.t
@@ -498,7 +498,8 @@ keep-alive
498
}
499
500
ngx.say(res.headers["Connection"])
501
- ngx.say(httpc:set_keepalive())
+ local ok, err = httpc:set_keepalive()
502
+ ngx.say(err)
503
504
httpc:connect({
505
scheme = "http",
@@ -517,7 +518,7 @@ keep-alive
517
518
GET /a
519
--- response_body
520
keep-alive
-0
521
+response not fully read
522
0
523
--- no_error_log
524
[error]
0 commit comments