]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-h1: Always set the session on frontend h1 stream
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Sep 2020 13:00:13 +0000 (15:00 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Oct 2020 12:07:29 +0000 (14:07 +0200)
commite9da975aabb0f2137bde7afbd020b300029ef28f
treeb0cad23861a05d03c4f050b29c364c52923c0bb1
parent69f2cb8df386cc5eee19f7d51da32570cbc1efe8
BUG/MINOR: mux-h1: Always set the session on frontend h1 stream

The session is always defined for a frontend connection. When a new client
connection is established, the session is set for the first H1 stream. But on
keep-alived connections, it is not set for the followings H1 streams while it is
possible.

This patch is tagged as a bug because it fixes an inconsistency in the H1
streams creation. But it does not fixed a known bug.

This patch must be backported as far as 2.0.
src/mux_h1.c