bneradt opened a new pull request, #12673:
URL: https://github.com/apache/trafficserver/pull/12673

   When streams are canceled via RST_STREAM, the stream deletion now happens 
immediately before the next frame is processed. This prevents the race 
condition where new HEADERS frames are incorrectly refused because the stream 
count hasn't been decremented yet. Additionally, when streams are refused due 
to exceeding max_concurrent_streams, the header blocks are now properly decoded 
to maintain HPACK dynamic table synchronization per RFC 9113, and RST_STREAM 
with REFUSED_STREAM is sent instead of terminating the connection with 
COMPRESSION_ERROR.
   
   Fixes: #9179


-- 
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