]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: connection: replace si_data_close() with conn_data_close()
authorWilly Tarreau <wtarreau@exceliance.fr>
Mon, 6 Aug 2012 13:06:49 +0000 (15:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:53:10 +0000 (21:53 +0200)
commit8b117082bc0bff14db0e23a732e03f4b37e32087
treec96cdee29acc3a4a6e05011dc67e5690e96c1c15
parent3438f5dce1d5c617710d66942e24a58bb9890a8a
REORG: connection: replace si_data_close() with conn_data_close()

This close function only applies to connection-specific parts and
the stream-interface entry may soon disappear. Move this to the
connection instead.
include/proto/connection.h
include/proto/stream_interface.h
src/session.c
src/sock_raw.c
src/stream_interface.c