commit | 835712ad909fe1b36ee53f521d17bbc0a5df3794 | [log] [tgz] |
---|---|---|
author | William Dauchy <wdauchy@gmail.com> | Sun Oct 18 18:37:43 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 20 15:40:36 2020 +0200 |
tree | 753baf2048c4a5b2d8cd18d4d6b6465fe4ef2b82 | |
parent | f42d794d96c5a58c33637ab44ff699ab869d5caa [diff] |
BUG/MINOR: listener: close before free in `listener_accept` safer to close handle before the object is put back in the global pool. this was introduced by commit 9378bbe0bef4005155d ("MEDIUM: listener: use protocol->accept_conn() to accept a connection") this should fix github issue #902 no backport needed. Signed-off-by: William Dauchy <wdauchy@gmail.com>