Le 02/06/2020 à 16:03, William Dauchy a écrit :
As explained by Christopher on github issue #665: In 2.2, srv->idle_conns and srv->safe_conns are thread-safe lists. But not in 2.1. So the patch must be reverted or the lists must be changed to use mt_list instead. The same must be done in 2.0, but the mt_list does not exist on this version.I choose to revert it as the original bug is truly revealed in v2.2 after commit 079cb9af22da6 ("MEDIUM: connections: Revamp the way idle connections are killed") this should resolve github issue #665 this reverts commit 7eab37b6819af685c647cf5a581e29fca2f3e079. this reverts commit 3ad3306ec0bcb0cd4ca2b9ba134ed67663473ee8.
Thanks William, now applied ! -- Christopher Faulet

