Hi Lukas, On Fri, Jun 30, 2017 at 10:09:56PM +0200, Lukas Tribus wrote: > In v1.7.6 (due to 73d071e BUG/MINOR: http: Fix conditions to clean up a txn > and to handle the next request): > "mode http-server-close": > log stalled and keep-alive idle close at "timeout client"; > ignores "timeout http-keep-alive" > > "mode http-keep-alive": > log stalled for "timeout server"; keep-alive stalled for > "timeout server (then log) + timeout http-keep-alive"
I'm seeing a 5s timeout in case of keepalive, matching the connect timeout. That seems to indicate that maybe a timeout is not properly reset at some point and we're still relying on this one. Just a bold assumption though. I'm a bit more concerned by the http-server-close case which accumulates connections :-/ Willy

