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

   
https://github.com/apache/trafficserver/commit/06a99bb1e6140bf4c2aae091102b0406529144a4
 causes a leak of CacheVConnection objects.
   
   `CacheVC::recursive` already used for user callback 
do_io_read/do_io_write/do_io_close/calluser/callcont and die() is only called 
if value is 0
   
   Seems like using same value for `CacheVC::openReadStartEarliest` recursive 
checks can increase above value and skips the die() call. Decoupling for 
different use cases


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