masaori335 commented on issue #8273: URL: https://github.com/apache/trafficserver/issues/8273#issuecomment-905240106
We found 2 things. I'm working on writing up an AuTest and fixing it. 1. this happens only if `proxy.config.net.max_requests_in` is set (default value is `0`) https://github.com/apache/trafficserver/blob/2d49a40aaed82792024dd09b291fc4dea9f806ac/iocore/net/UnixNet.cc#L581-L584 2. the reason why # 7304 introduced the problem is the below condition. https://github.com/apache/trafficserver/blob/2d49a40aaed82792024dd09b291fc4dea9f806ac/iocore/net/UnixNet.cc#L606-L609 -- 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]
