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

   Connection coalescing could assign an origin socket to a queued
   transaction that did not own its connection-tracker reservation. The live
   connection was then absent from per-server limits and metrics.
   
   This patch keeps the reservation with the in-progress connection and
   transfers it to the established session. Failed connection attempts
   release the reservation from the coalescing entry.
   
   Fixes: #13605


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