]> git.kaiwu.me - haproxy.git/commit
CLEANUP: mux-h2: always take the endp from the h2s not the cs
authorWilly Tarreau <w@1wt.eu>
Tue, 10 May 2022 08:31:08 +0000 (10:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 13 May 2022 12:27:57 +0000 (14:27 +0200)
commitaff21f9a9604190dd00b6954f9463edd1e700ceb
treec145dae0c0a4ad48b351d14d8b05aee8fdf0dcdc
parent61533d34868246c6224b4f01439b20ede9cc0361
CLEANUP: mux-h2: always take the endp from the h2s not the cs

At a few places the endpoint pointer was retrieved from the conn_stream
while it's safer and more long-term proof to take it from the h2s. Let's
just do that.
src/mux_h2.c