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

   @kingluo 
   I use your suggestion to test
   1. my config in etcd
   `
   
           {
                "id": "420379229796959160",
                "create_time": 1660095146,
                "update_time": 1660098809,
                "uri": "/get",
                "name": "httpbin_test",
                "methods": ["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", 
"OPTIONS", "CONNECT", "TRACE"],
                "upstream": {
                        "nodes": {
                                "54.144.64.232:80": 1
                        },
                        "timeout": {
                                "connect": 6,
                                "send": 6,
                                "read": 6
                        },
                        "type": "chash",
                        "hash_on": "vars",
                        "key": "remote_addr",
                        "scheme": "http",
                        "pass_host": "pass",
                        "keepalive_pool": {
                                "idle_timeout": 60,
                                "requests": 1000,
                                "size": 1
                        }
                },
                "status": 1
           }
   
   `
   
   2. I use command "sudo tcpdump -i any host 54.144.64.232 -w 555555.pcap" to 
capture
   
   3.I use "curl http://my_apisix_server_ip:port/get"; to send a request.
   
   4. the following is packet picture, as you see, I send 4 requests, but there 
occurs two "three-handshakings"
   
![image](https://user-images.githubusercontent.com/48037235/183798601-33e1e3fe-713e-45d3-b384-bb8b145bd7f4.png)
   
   


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