commit | 9400a3924d24d4c72cb11ca40efe9b045880ddd7 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Nov 23 23:10:39 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 01 17:37:27 2018 +0100 |
tree | 73e38780fab588a5c97b4da990a863826e7ef039 | |
parent | 5d37dac78594f4c3aa23e49cdca532a21674498a [diff] |
MEDIUM: mux-h1: Add keep-alive outgoing connections in connections list With the legacy representation, keep-alive outgoing connections are added in private/idle/safe connections list when the transaction is cleaned up. But this stage does not exist with the HTX representaion because a new stream, and therefore a new transaction, is created for each request. So it is now handled when the stream is detached from the connection.