commit | 9bf9c14c12ea3f5f0cfd407d043d248d01167dd0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <wtarreau@exceliance.fr> | Mon Aug 20 15:38:41 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 02 21:54:55 2012 +0200 |
tree | 1b99e1cca8a70cbac1edf191b3c70d0b7724780e | |
parent | eecf6ca68a6749d2f58bfa069dfd3887b24d8862 [diff] |
MEDIUM: stream-interface: provide a generic stream_sock_read0() function This function is used by the data layer when a zero has been read over a connection. At the moment it only handles sockets and nothing else. Once the complete split is done between buffers and stream interfaces, it should become possible to work regardless on the connection type.