You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/09/30 01:40:18 UTC

[GitHub] [trafficserver] maskit commented on issue #9115: Improper HTTP/2 transaction multiplexing when translating toward the HTTP/1.1 origin

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: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org