Re: About half close and reset connection by client

2013-06-21 Thread Godbach
Hi Willy, Thanks for your patch. On 2013/6/21 14:23, Willy Tarreau wrote: Warning, this is not an abort from the client! A FIN is just a half close of the write channel, it just means that the client has nothing else to write and still seems interested by the response. A number of script-based

Re: About half close and reset connection by client

2013-06-20 Thread Willy Tarreau
Hi Godbach, On Fri, Jun 21, 2013 at 12:07:25PM +0800, Godbach wrote: > There is a further test about option "abortonclose" and "nolinger" I > have done under the condition that reponse from server is blocked with > iptables rule as follows: > > 1. only enable abortonclose > Client aborts the requ

Re: About half close and reset connection by client

2013-06-20 Thread Godbach
On 2013/6/20 21:31, Godbach wrote: > On 2013/6/20 21:18, Willy Tarreau wrote: >> Hi Godbach, >> >> On Thu, Jun 20, 2013 at 09:07:57PM +0800, Godbach wrote: >>> Hi, Willy >>> >>> I have noticed that "half-closed timeout" appears in ROADMAP file. >>> That't the issue I have tested several days ago. >

Re: About half close and reset connection by client

2013-06-20 Thread Godbach
On 2013/6/20 21:18, Willy Tarreau wrote: > Hi Godbach, > > On Thu, Jun 20, 2013 at 09:07:57PM +0800, Godbach wrote: >> Hi, Willy >> >> I have noticed that "half-closed timeout" appears in ROADMAP file. >> That't the issue I have tested several days ago. >> >> I have done a test under such conditio

Re: About half close and reset connection by client

2013-06-20 Thread Willy Tarreau
Hi Godbach, On Thu, Jun 20, 2013 at 09:07:57PM +0800, Godbach wrote: > Hi, Willy > > I have noticed that "half-closed timeout" appears in ROADMAP file. > That't the issue I have tested several days ago. > > I have done a test under such conditions: > 1) block the response from server by iptables

About half close and reset connection by client

2013-06-20 Thread Godbach
Hi, Willy I have noticed that "half-closed timeout" appears in ROADMAP file. That't the issue I have tested several days ago. I have done a test under such conditions: 1) block the response from server by iptables rules. 2) client closes connection after sending request to haproxy ASAP. and enab