tzssangglass commented on issue #4171: URL: https://github.com/apache/apisix/issues/4171#issuecomment-830732378
@tangtangsara my request and response is client(postman) -> apisix-> upstream(nginx). ``` 而且我通过抓包,确认了 apisix 发送请求给tomcat时 设置nginx配置 set $upstream_connection ''; 代表 无connection头, tomcat响应没有connection 头 设置nginx配置 set $upstream_connection 'keep-alive'; 代表强制启用 keep-alive, tomcat响应有connection:keepalive 这都是正确的 ``` please post a screenshot of the packet capture -- 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