You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/08/25 07:06:21 UTC

[GitHub] [trafficserver] masaori335 commented on issue #8273: POST requests get INACTIVITY_TIMEOUT immediately

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: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org