maskit commented on pull request #8083:
URL: https://github.com/apache/trafficserver/pull/8083#issuecomment-887296815


   I guess this confusion comes from having multiple values for the timeout. We 
have a) the original value in records.config, b) new value set by a 
transaction, and c) the effective value in a session instance. And c) can be 
set to 0 if you call cancel_timeout() or something.
   
   Before my change on #7618, the code seemed like to reset c) with c). It 
didn't make sense to me, so I changed the code to reset c) with a). If we want 
to override the timeout, what we really need to do is probably to reset c) with 
b). Does it make sense?


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