haproxy/include
Willy Tarreau 4ae4923c3e MINOR: stream-int: make si_appctx() never fail
Callers of si_appctx() always use the result without checking it because
they know by construction that it's valid. This results in unchecked null
pointer warnings at -Wextra, so let's remove this test and make it clear
that it's up to the caller to check validity first.
2018-09-20 11:42:15 +02:00
..
common BUG/MINOR: tools: fix set_net_port() / set_host_port() on IPv4 2018-09-20 10:52:48 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: stream-int: make si_appctx() never fail 2018-09-20 11:42:15 +02:00
types MEDIUM: h1: better handle transfer-encoding vs content-length 2018-09-14 17:40:35 +02:00