[ 
https://issues.apache.org/jira/browse/TS-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Jiang updated TS-287:
---------------------------

    Attachment: slowclient.pl

Attached a perl script that attempts two slow POSTs on one connection, each 
taking > 10s.  If transaction_active_timeout_in is set to 5 seconds, the server 
should timeout on the first request.  However, it doesn't timeout until the 
second request has taken more than 5s.

> transaction_active_timeout_in does not trigger on the first request of a 
> Keep-Alive connection
> ----------------------------------------------------------------------------------------------
>
>                 Key: TS-287
>                 URL: https://issues.apache.org/jira/browse/TS-287
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Steve Jiang
>         Attachments: slowclient.pl
>
>
> proxy.config.http.transaction_active_timeout_in does not trigger on a slow 
> request on if the request is the first on a new client connection, because 
> the timeout event is cancelled before it can be triggered.  
> Subsequent requests with keep-alive on the same connection will correctly 
> trigger the active_timeout_in.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to