zutuanwang
zutuanwang
> If you call `http.debug(true)` before running the request, you will see the formatted request in your log file. First confirm that this looks correct (i.e. the method appears correct)....
in addition, same script, if i disable keepalive, there will be no such issue, as below ``` local qrbody = { method = ngx.var.request_method, query = ngx.req.get_uri_args(), body = nil,...
> Ok, interesting, but again - a working config file with steps to reproduce the error are needed here. The behaviour of the library is very dependent on the actual...