jujiale commented on issue #7631:
URL: https://github.com/apache/apisix/issues/7631#issuecomment-1210071552
>
@tzssangglass thanks for your remind.
@kingluo
hello, I just use httpbin to have a test
1.the following is my config in etcd,
`
{
"id": "420379229796959160",
"create_time": 1660095146,
"update_time": 1660096960,
"uri": "/get",
"name": "httpbin_test",
"methods": ["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD",
"OPTIONS", "CONNECT", "TRACE"],
"upstream": {
"nodes": {
"httpbin.org: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 httpbin.org -w 555555.pcap" to
capture
3.I use "curl http://my_apisix_server_ip:port/get" to send a request.
4.the following picutre is the packet

if the information is not enough, I will add more details. thanks
--
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]