haproxy/include
Christopher Faulet 72d9125efb MINOR: conn_stream: Add a flag to notify the mux it must respect the reserve
By setting the flag CO_RFL_KEEP_RSV when calling mux->rcv_buf, the
stream-interface notifies the mux it must keep some space to preserve the
buffer's reserve. This flag is only useful for multiplexers handling structured
data, because in such case, the stream-interface cannot know the real amount of
free space in the channel's buffer.
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
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 must respect the reserve 2018-11-18 21:45:48 +01:00