Firstsawyou commented on issue #4171: URL: https://github.com/apache/apisix/issues/4171#issuecomment-830581797
Your problem is that the response header of the APISIX proxy request has `connection:keep-alive`, but the log printed by `log-util` is `connection: close`, right? By the way, the communication between `apisix` and `upstream` nodes is keepalive. Please see here: https://github.com/apache/apisix/blob/master/apisix/cli/ngx_tpl.lua#L247 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org