kingluo commented on issue #7631:
URL: https://github.com/apache/apisix/issues/7631#issuecomment-1209427765

   @jujiale
   1. Where do you get the config? From admin API? Why the output is a bit 
weird?
   ```
            "type": "roundrobin",
            "schtheme": "http",
            "pass_host": "pass",
            "keepalive_pool": {
                    "idle_timeout": "60s",
                    "requests": 1000,
                    "size": 320
            }
   ```
   The `schtheme` should be `scheme`, and the `idle_timeout` should be in 
integer format.
   
   2. Could you provide the pcap file for reference? Which side closes the 
connection? Check if the upstream server returns header `Connection: 
keep-alive`.
   
   I try it in docker env with apisix v2.12.0, and I cannot reproduce your 
issue. (I also try to use httpbin.org as upstream, but no problem too).
   
   So please give more infomation about your test flow.
   
   
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to