commit | c64badd573310f88339369ed0902dd1803e6cdc0 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 01 15:12:43 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 15 14:08:14 2020 +0200 |
tree | 7a3e8afb75c37e4b4088cf448ade32941e76908b | |
parent | 27bd6ff96dc73d17d27d1507f7b7b86fe3ff93d5 [diff] |
MINOR: connection: Set new connection as private on reuse never When a new connection is created, it may immediatly be set as private if http-reuse never is configured for the backend. There is no reason to wait the call to mux->detach() to do so.