haproxy/include
Christopher Faulet c6618d6835 MINOR: conn_stream: Add a flag to notify the mux it should flush its buffers
By setting the flag CO_RFL_BUF_FLUSH when calling mux->rcv_buf, the
stream-interface notifies the mux it should flush its buffers without reading
more data. This flag is set when the SI want to use the kernel TCP splicing to
forward data. Of course, the mux can respect it or not, depending on its
state. It's just an information.
2018-11-18 21:45:48 +01:00
..
common MINOR: http: Implement "early-hint" http request rules. 2018-11-12 21:08:55 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MAJOR: connections: Detach connections from streams. 2018-11-18 21:45:45 +01:00
types MINOR: conn_stream: Add a flag to notify the mux it should flush its buffers 2018-11-18 21:45:48 +01:00