haproxy/include
Christopher Faulet e64582929f MINOR: channel: Add the function channel_add_input
This function must be called when new incoming data are pushed in the channel's
buffer. It updates the channel state and take care of the fast forwarding by
consuming right amount of data and decrementing "->to_forward" accordingly when
necessary. In fact, this patch just moves a part of ci_putblk in a dedicated
function.

This patch must be backported to 1.9.
2019-01-02 20:12:44 +01:00
..
common MINOR: buffers: add a new b_move() function 2018-12-24 11:45:00 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: channel: Add the function channel_add_input 2019-01-02 20:12:44 +01:00
types MEDIUM: sessions: Keep track of which connections are idle. 2018-12-28 19:16:03 +01:00