]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: Don't use the flag CO_RFL_KEEP_RSV anymore in si_cs_recv()
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 14 May 2019 20:46:41 +0000 (22:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 May 2019 05:42:12 +0000 (07:42 +0200)
commit9cdd5036f356c3ce36269689915ad43cb23b2bd9
tree0982e0d85bf42c9f725881b85d79cc891f3ec872
parent8a9ad4c0e80e3d35d4ea5520dc4a167581f04104
MINOR: stream-int: Don't use the flag CO_RFL_KEEP_RSV anymore in si_cs_recv()

Because the channel_recv_max() always return the right value, for HTX and legacy
streams, we don't need to set this flag. The multiplexer don't use it anymore.
src/stream_interface.c