]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: conn_stream: Add a flag to notify the SI some data were received
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 31 Oct 2018 07:53:54 +0000 (08:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 20:45:49 +0000 (21:45 +0100)
commiteffc3750cc082ae0f1aefea1ade244d34a466b30
tree9b94984f40db4fd4d64c11dc82ab29f7694ff0e2
parent27a3dc8fb236d4604b6d91b33b649b0f559c03ff
MINOR: conn_stream: Add a flag to notify the SI some data were received

The flag CS_FL_READ_PARTIAL can be set by the mux on the conn_stream to notify
the stream interface that some data were received. Is is used in si_cs_recv to
re-arm read timeout on the channel.
include/types/connection.h
src/stream_interface.c