]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: muxes/stream-int: Remove flags CS_FL_READ_NULL and SI_FL_READ_NULL
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 22 Mar 2019 13:51:36 +0000 (14:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Mar 2019 05:55:23 +0000 (06:55 +0100)
commit87a8f353f1074c59ffe9e4e4746c803dc6e051d8
tree695e98bb89a5c22f24a218906939a30bf92b30a5
parent769d0e98b8bad60258bcf1ec90bfd9534fa9b825
CLEANUP: muxes/stream-int: Remove flags CS_FL_READ_NULL and SI_FL_READ_NULL

Since the flag CF_SHUTR is no more set to mark the end of the message, these
flags become useless.

This patch should be backported to 1.9.
include/types/connection.h
include/types/stream_interface.h
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/stream_interface.c