]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: connection: move conn_drain() to connection.c and rename it
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2015 23:40:28 +0000 (00:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2015 23:42:48 +0000 (00:42 +0100)
commitd85c48589a8571fc37e1add39a046f6fb1f14fd3
treee8ca137af200baa231bc7448a635fd58daa2902f
parentf31fb07958fa22566cad2bbab1b16aa3ac0ac3e5
REORG: connection: move conn_drain() to connection.c and rename it

It's now called conn_sock_drain() to make it clear that it only reads
at the sock layer and not at the data layer. The function was too big
to remain inlined and it's used at a few places where size counts.
include/proto/connection.h
src/checks.c
src/connection.c
src/ssl_sock.c
src/stream_interface.c