haproxy/include
Christopher Faulet ad4e1a4735 BUG/MINOR: buffers: Fix b_slow_realign when a buffer is realign without output
When b_slow_realign is called with the <output> parameter equal to 0, the
buffer's head, after the realign, must be set to 0. It was errornously set to
the buffer's size, because there was no test on the value of <output>.
2018-08-06 15:56:40 +02:00
..
common BUG/MINOR: buffers: Fix b_slow_realign when a buffer is realign without output 2018-08-06 15:56:40 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: ssl: BoringSSL matches OpenSSL 1.1.0 2018-07-27 09:43:40 +02:00
types MINOR: pollers: Add a way to wake a thread sleeping in the poller. 2018-07-26 19:09:50 +02:00