Re: Understanding haproxy logs

From: Willy Tarreau <w#1wt.eu>
Date: Wed, 24 Oct 2007 16:59:09 +0200


On Wed, Oct 24, 2007 at 09:25:52AM -0400, Lauro, John wrote:
> I am new to haproxy, so I could be wrong... but I think it's because
> the conn timeouts don't apply to the data transfer portion, and are
> for initial connection and maybe headers. The other timeouts would be
> reset after every packet, and 284k would take 180 or so chunks of
> data.

The contimeout applies to connection establishment. For the data, you have to use clitimeout and srvtimeout. But a timeout is an *inactivity* timeout, it's not the longest session you accept to support (fortunately, otherwise you may never be able to serve large objects to people behind a slow line).

Cheers,
Willy Received on 2007/10/24 16:59

This archive was generated by hypermail 2.2.0 : 2007/11/04 19:21 CET