Am 03.09.2017 um 15:28 schrieb Ananth Laxminarasimhan (alaxmina):
What happens is that even though the client sends a “Connection: keep-alive”, ATS seems to be returning a “Connection: close” which results in the connection getting closed

keep-alöive is finally a descision of the server and not the client, as well as how long the server waits and after how much keep-alive requests it closes the connection anyways

[root@proxy:~]$ cat records.config | grep keep
CONFIG proxy.config.http.keep_alive_enabled_in INT 1
CONFIG proxy.config.http.keep_alive_enabled_out INT 1
CONFIG proxy.config.http.origin_min_keep_alive_connections INT 1
CONFIG proxy.config.http.keep_alive_no_activity_timeout_in INT 5
CONFIG proxy.config.http.keep_alive_no_activity_timeout_out INT 1

Reply via email to