Re: [PATCH 0/1] fix idle connections cleanup

2020-05-02 Thread William Dauchy
Hello Olivier, On Sat, May 02, 2020 at 10:11:26PM +0200, Olivier Houchard wrote: > And I think your fix is correct, so I will apply it as-is. However, I > think it should be applied to previous branches, that also had idle > connection pools. It is probably less noticable before 079cb9af22da6, > b

Re: [PATCH 0/1] fix idle connections cleanup

2020-05-02 Thread Olivier Houchard
Hi William, On Sat, May 02, 2020 at 09:52:35PM +0200, William Dauchy wrote: > Hello Olivier, > > The following patch is an attempt to fix a change of behavior we encounter > following commit: > > 079cb9af22da6 ("MEDIUM: connections: Revamp the way idle connections are > killed") > being the ori

[PATCH 0/1] fix idle connections cleanup

2020-05-02 Thread William Dauchy
Hello Olivier, The following patch is an attempt to fix a change of behavior we encounter following commit: 079cb9af22da6 ("MEDIUM: connections: Revamp the way idle connections are killed") being the origin of this new behaviour. All details are in the commit message itself. The approach is mos