You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by Reindl Harald <h....@thelounge.net> on 2013/04/22 19:33:13 UTC

proxy.config.http.transaction_no_activity_timeout_in

the config below works only in theory

if the origin server takes longer than "transaction_no_activity_timeout_in"
the connection to the client is closed, in my opinion this is a bug and
"transaction_no_activity_timeout_in" should close connections with
no full request within the 5 seconds but not while wait for the origin

CONFIG proxy.config.http.keep_alive_no_activity_timeout_in INT 1
CONFIG proxy.config.http.keep_alive_no_activity_timeout_out INT 0
CONFIG proxy.config.http.transaction_no_activity_timeout_in INT 5
CONFIG proxy.config.http.transaction_no_activity_timeout_out INT 60