kingluo commented on issue #7631: URL: https://github.com/apache/apisix/issues/7631#issuecomment-1210079360
@jujiale When you use domain name in upstream config, each request to upstream may use different resolved ip address. Just like what you show in the pcap, apisix connects to different ip address of httpbin.org each time. FYI, apisix creates seperate keepalive pool for each distinct address+port combination. Could you use ip address in upstream config, e.g. `54.144.64.232` and retry again? -- 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]
