commit | d85c48589a8571fc37e1add39a046f6fb1f14fd3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 13 00:40:28 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 13 00:42:48 2015 +0100 |
tree | e8ca137af200baa231bc7448a635fd58daa2902f | |
parent | f31fb07958fa22566cad2bbab1b16aa3ac0ac3e5 [diff] |
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.