Re: [ANNOUNCE] haproxy-1.6-dev6

2015-09-30 Thread joris dedieu
Hi Willy, 2015-09-29 18:27 GMT+02:00 Willy Tarreau : > On Tue, Sep 29, 2015 at 02:58:04PM +0200, joris dedieu wrote: >> kevent(3,0x0,0,{},5,{1.0 }) = 0 (0x0) >> kevent(3,0x0,0,{0x4,EVFILT_READ,0x0,0,0x1,0x0},5,{1.0 }) = 1 (0x1) >> accept(4,{ AF_INET

Re: [ANNOUNCE] haproxy-1.6-dev6

2015-09-30 Thread Willy Tarreau
Hi Joris, On Wed, Sep 30, 2015 at 08:50:12AM +0200, joris dedieu wrote: > > OK I found the reason, in my case the RST I was seeing was caused by pending > > data otherwise haproxy didn't send it by itself since we're facing the > > client. > > I've fixed it so that lingering is *really* disabled

Re: [ANNOUNCE] haproxy-1.6-dev6

2015-09-29 Thread joris dedieu
Hi, 2015-09-29 0:35 GMT+02:00 Willy Tarreau : > Hi everyone, > > this is the end of a harrassing week! I wanted to issue dev6 last monday > to have a calm week dedicated to bug fixes and documentation updates only > and it ended up completely differently with numerous painful bugs

Re: [ANNOUNCE] haproxy-1.6-dev6

2015-09-29 Thread joris dedieu
Hi Willy 2015-09-29 13:59 GMT+02:00 Willy Tarreau : > Hi Joris, > > On Tue, Sep 29, 2015 at 08:56:54AM +0200, joris dedieu wrote: >> > - TCP actions: "silent-drop". Finally it got merged as the actions >> > registration mechanism made it a no-brainer. It works like a deny >> >

Re: [ANNOUNCE] haproxy-1.6-dev6

2015-09-29 Thread Willy Tarreau
Hi Joris, On Tue, Sep 29, 2015 at 08:56:54AM +0200, joris dedieu wrote: > > - TCP actions: "silent-drop". Finally it got merged as the actions > > registration mechanism made it a no-brainer. It works like a deny except > > that it tries to prevent the TCP RST from reaching the client,

Re: [ANNOUNCE] haproxy-1.6-dev6

2015-09-29 Thread Willy Tarreau
On Tue, Sep 29, 2015 at 02:58:04PM +0200, joris dedieu wrote: > kevent(3,0x0,0,{},5,{1.0 }) = 0 (0x0) > kevent(3,0x0,0,{0x4,EVFILT_READ,0x0,0,0x1,0x0},5,{1.0 }) = 1 (0x1) > accept(4,{ AF_INET 80.247.233.242:48068 },0x7fffe804) = 5 (0x5) > fcntl(5,F_SETFL,O_NONBLOCK)

Re: [ANNOUNCE] haproxy-1.6-dev6

2015-09-29 Thread Willy Tarreau
On Tue, Sep 29, 2015 at 02:58:04PM +0200, joris dedieu wrote: > kevent(3,0x0,0,{},5,{1.0 }) = 0 (0x0) > kevent(3,0x0,0,{0x4,EVFILT_READ,0x0,0,0x1,0x0},5,{1.0 }) = 1 (0x1) > accept(4,{ AF_INET 80.247.233.242:48068 },0x7fffe804) = 5 (0x5) > fcntl(5,F_SETFL,O_NONBLOCK)

[ANNOUNCE] haproxy-1.6-dev6

2015-09-28 Thread Willy Tarreau
Hi everyone, this is the end of a harrassing week! I wanted to issue dev6 last monday to have a calm week dedicated to bug fixes and documentation updates only and it ended up completely differently with numerous painful bugs rising at the same time while Thierry was testing his Lua update which