CLEANUP: mux-h1: always take the endp from the h1s not the cs
authorWilly Tarreau <w@1wt.eu>
Tue, 10 May 2022 08:27:08 +0000 (10:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 13 May 2022 12:27:57 +0000 (14:27 +0200)
commit61533d34868246c6224b4f01439b20ede9cc0361
tree14bb7da80ac1d7e53a7e04b82f18e840b5916333
parent386346f5eb34ae251111f4e8be3cda06d4626b57
CLEANUP: mux-h1: always take the endp from the h1s 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 h1s. Let's
just do that.
src/mux_h1.c