]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-h1: Add keep-alive outgoing connections in connections list
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 23 Nov 2018 22:10:39 +0000 (23:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 1 Dec 2018 16:37:27 +0000 (17:37 +0100)
commit9400a3924d24d4c72cb11ca40efe9b045880ddd7
tree73e38780fab588a5c97b4da990a863826e7ef039
parent5d37dac78594f4c3aa23e49cdca532a21674498a
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.
src/mux_h1.c