Oliver Goodman created TS-4430:
----------------------------------

             Summary: Timeout settings made via API calls don't always override 
configured values
                 Key: TS-4430
                 URL: https://issues.apache.org/jira/browse/TS-4430
             Project: Traffic Server
          Issue Type: Bug
          Components: TS API
            Reporter: Oliver Goodman


Settings changed via calls to TSHttpTxnActiveTimeoutSet and 
TSHttpTxnNoActivityTimeoutSet can only be used to set shorter timeouts than 
those set by configuration. If longer timeouts are set, the configured timeouts 
will continue to apply.

This is due to the fact that timeouts have to be set on two NetVConnection 
objects, of type PluginVC and UnixNetVConnection. Code in HttpSM is only 
updating the former to match API settings, but a timeout occurring on either 
object terminates the transaction.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to