]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: stream-int: don't call si_cs_recv() in stream_int_chk_rcv_conn()
authorWilly Tarreau <w@1wt.eu>
Tue, 30 Oct 2018 10:01:08 +0000 (11:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 30 Oct 2018 10:05:24 +0000 (11:05 +0100)
commit1d0b7069f25326c59b8993104a37d5177d95f335
tree95f592cd58e8342a31c862fe902ef0fab1514335
parent6c81d5f41a780907c3d9ececdc08f5d897a5b923
BUG/MAJOR: stream-int: don't call si_cs_recv() in stream_int_chk_rcv_conn()

This one causes some events to be lost. It has already been tested in
an experimental branch but was not merged until being certain it was
needed. Fred figured that requesting /?k=1&s=447392 from httpterm through
haproxy-master was enough to stall the transfer.

No backport is needed, this only affects 1.9-dev5.
src/stream_interface.c