commit | 985f139aa23f937c94efcdeaf924c80edfade4df | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Nov 30 17:31:52 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 01 10:47:19 2018 +0100 |
tree | f9c59c64d0f72911d90aca8a75b8b8258e1af687 | |
parent | 00cf70f28b2bce857d9d262dd373c7e6bac8b27a [diff] |
MEDIUM: session: Steal owner-less connections on end of transaction. When a transaction ends, if we want to do keepalive, and the connection we used didn't have an owner, attach the connection to the session, so that we don't have to destroy it, and we can reuse it later.