maskit commented on issue #9115: URL: https://github.com/apache/trafficserver/issues/9115#issuecomment-1263006454
There are 4 TCP connections captured, and frame 57 and frame 61 are on different TCP connections. 0) Client to ATS (HTTP/2) 1) ATS to Origin (HTTP/1.1, which contains GET /zero-request and POST /first-request) 2) ATS to Origin (HTTP/1.1, which contains POST /second-request) 3) ATS to Origin (HTTP/1.1, which contains POST /third-request) It seems like just none of the POST requests are completed before the TCP connections close. I don't think two (or more) requests are mixed up on a connection. Are you saying the requests should not be processed in parallel on multiple connections? -- 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]
