]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: mux-h1: Be sure to have a conn_stream to set CS_FL_REOS in h1_recv
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 7 Dec 2018 08:42:49 +0000 (09:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 7 Dec 2018 10:43:19 +0000 (11:43 +0100)
commite6b39942d1054e52f7c9d3633aadea72f8c7e04b
treea607a54ccced656df087e93cc59954a35cf3d964
parent6a2d334812c3aba11a1ddc98864a176081a6b139
BUG/MEDIUM: mux-h1: Be sure to have a conn_stream to set CS_FL_REOS in h1_recv

In the commit 6a2d33481 ("BUG/MEDIUM: h1: Set CS_FL_REOS if we had a read0."),
We set the flag CS_FL_REOS on the conn_stream when a read0 is detected. But we
must be sure to have a conn_stream first.
src/mux_h1.c