Re: Timeouts issues

2015-07-17 Thread Pavlos Parissis

On 16/07/2015 05:56 μμ, Łukasz Tasz wrote:
 Hi Guys,
 
 I need some help with handling timeouts.
 I'm using haproxy in tcp mode.
 What is the issue?
 client connects proxy, client is trying to sent something, it is
 reaching client timeout on haproxy,
 but connection on client side is still in ESTABLISHED state until it
 will reach local connection timeout which is quite high.
 This is definitely issue on client - server communitation, but for
 time being, how to asure that when client timeout happen, connection
 will be reseted?
 

Have you tried to adjust 'timeout client' ? HAProxy will initiate the
closure of the connection with a FIN/ACK process, rather with TCP-RST,
when client timeout has expired.


Cheers,
Pavlos



signature.asc
Description: OpenPGP digital signature


Timeouts issues

2015-07-16 Thread Łukasz Tasz
Hi Guys,

I need some help with handling timeouts.
I'm using haproxy in tcp mode.
What is the issue?
client connects proxy, client is trying to sent something, it is
reaching client timeout on haproxy,
but connection on client side is still in ESTABLISHED state until it
will reach local connection timeout which is quite high.
This is definitely issue on client - server communitation, but for
time being, how to asure that when client timeout happen, connection
will be reseted?

I'm using version 1.5

thanks in advance

Łukasz Tasz