commit | 2444aa5b6693ed626f78b7113f868f1bee4584d5 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Mon Jan 20 13:56:01 2020 +0100 |
committer | Olivier Houchard <cognet@ci0.org> | Thu Mar 19 22:07:33 2020 +0100 |
tree | d775c7fb8c76fd115ff1a45924bd7a5c46160ef5 | |
parent | 59c16fc2cb65bb8615879bce948df73421db4a3c [diff] |
MEDIUM: sessions: Don't be responsible for connections anymore. Make it so sessions are not responsible for connection anymore, except for connections that are private, and thus can't be shared, otherwise, as soon as a request is done, the session will just add the connection to the orphan connections pool. This will break http-reuse safe, but it is expected to be fixed later.