You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by Esmq <es...@163.com> on 2016/07/04 06:30:50 UTC

timeout for connections that not send any requests

hi, i found the following problem.

the timeout mechanism not work for connections that doesn't send any request,  ats will keep the connection open all the time.

affected version: trafficserver-6.1.1, and i had already set following settings in records.config

CONFIG proxy.config.http.keep_alive_no_activity_timeout_in INT 115
CONFIG proxy.config.http.transaction_no_activity_timeout_in INT 30
CONFIG proxy.config.http.transaction_active_timeout_in INT 900

Re:timeout for connections that not send any requests

Posted by Esmq <es...@163.com>.
PS.

turn SO_KEEPALIVE on for proxy.config.net.sock_option_flag_in is a workaround

At 2016-07-04 14:30:50, "Esmq" <es...@163.com> wrote:

hi, i found the following problem.

the timeout mechanism not work for connections that doesn't send any request,  ats will keep the connection open all the time.

affected version: trafficserver-6.1.1, and i had already set following settings in records.config

CONFIG proxy.config.http.keep_alive_no_activity_timeout_in INT 115
CONFIG proxy.config.http.transaction_no_activity_timeout_in INT 30
CONFIG proxy.config.http.transaction_active_timeout_in INT 900