You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/07/20 21:49:57 UTC

[GitHub] [trafficserver] shinrich commented on pull request #7622: HTTP/2 to origin

shinrich commented on pull request #7622:
URL: https://github.com/apache/trafficserver/pull/7622#issuecomment-883730311


   In testing, I found that I needed to defer the assignment of the stream_id for an outbound stream until it was ready to actually send a header.  Otherwise, I was getting GOAWAY frames from the next level ATS box with error code set to STREAM_CLOSED.  Presumably, another stream was getting assigned a later stream ID and sending its header out first.  So when the slower stream sends its header, the origin ATS box fails it because the stream ID is smaller than the "latest" seen stream id.   


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

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