haproxy/include/proto
Olivier Houchard 8ab8a6eee5 BUG/MAJOR: connections: Close the connection before freeing it.
In si_release_endpoint(), if the end point is a connection, because we don't
know which mux to use it, make sure we close the connection before freeing it,
or else, we'd have a fd left for polling, which would point to a now free'd
connection.

This should be backported to 1.9.
2018-12-20 06:03:14 +01:00
..
acl.h
action.h
activity.h
applet.h
arg.h
auth.h
backend.h
channel.h REORG: htx: merge types+proto into common/htx.h 2018-12-11 17:15:04 +01:00
checks.h
cli.h
compression.h
connection.h MINOR: connection: add cs_set_error() to set the error bits 2018-12-19 18:13:52 +01:00
dns.h
fd.h
filters.h MINOR: filters: Export the name of known filters 2018-12-11 17:09:31 +01:00
flt_http_comp.h MINOR: compression: Rename the function check_legacy_http_comp_flt() 2018-12-11 17:09:31 +01:00
freq_ctr.h
frontend.h
hdr_idx.h
hlua_fcn.h
hlua.h
http_fetch.h
http_htx.h CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions 2018-12-11 17:15:13 +01:00
http_rules.h
lb_chash.h
lb_fas.h
lb_fwlc.h
lb_fwrr.h
lb_map.h
listener.h
log.h MEDIUM: initcall: use initcalls for a few initialization functions 2018-11-26 19:50:32 +01:00
map.h
mux_pt.h
obj_type.h MINOR: objtype: report a few missing types in names and base pointers 2018-12-18 16:31:10 +01:00
openssl-compat.h
pattern.h
payload.h
peers.h
pipe.h
port_range.h
proto_http.h MINOR: payload/htx: Adapt smp_fetch_len to be HTX aware 2018-12-14 16:03:34 +01:00
proto_sockpair.h
proto_tcp.h
proto_udp.h
protocol.h CLEANUP: Fix a typo in the protocol header file 2018-12-02 18:42:49 +01:00
proxy.h
queue.h
raw_sock.h
sample.h
server.h MEDIUM: sessions: Don't keep an infinite number of idling connections. 2018-12-15 23:50:10 +01:00
session.h MEDIUM: sessions: Don't keep an infinite number of idling connections. 2018-12-15 23:50:10 +01:00
shctx.h
signal.h MEDIUM: initcall: use initcalls for a few initialization functions 2018-11-26 19:50:32 +01:00
spoe.h
ssl_sock.h
stats.h
stick_table.h
stream_interface.h BUG/MAJOR: connections: Close the connection before freeing it. 2018-12-20 06:03:14 +01:00
stream.h MEDIUM: initcall: use initcalls for a few initialization functions 2018-11-26 19:50:32 +01:00
task.h BUG/MEDIUM: mworker: stop every tasks in the master 2018-12-06 14:12:58 +01:00
tcp_rules.h
template.h
vars.h