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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to