haproxy/include
Willy Tarreau 983eb31fd1 BUG/MINOR: channel: CHN_INFINITE_FORWARD must be unsigned
This value is stored as unsigned in chn->to_forward. Having it defined
as signed makes it impossible to pass channel_forward() a previously
saved value because the argument will be zero-extended during the
conversion to long long, while the test will be performed using sign
extension. There is no impact on existing code right now.
2013-12-28 21:33:37 +01:00
..
common BUILD: definitely silence some stupid GCC warnings 2013-12-13 15:21:36 +01:00
import
proto OPTIM: poll: restore polling after a poll/stop/want sequence 2013-12-27 20:18:52 +01:00
types BUG/MINOR: channel: CHN_INFINITE_FORWARD must be unsigned 2013-12-28 21:33:37 +01:00