commit | ce323dea14b46fa01f8950a9d6a1e803ef803d0b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <wtarreau@exceliance.fr> | Mon Aug 20 21:41:06 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 03 20:47:30 2012 +0200 |
tree | e5f85641d7821e88440b7f0c42fed475b689869e | |
parent | 1fe6bc335a4e0251d7e00edcc7149d3027044258 [diff] |
REORG: stream-interface: move sock_raw_read() to si_conn_recv_cb() The recv function is now generic and is usable to iterate any connection-to-buf reading function from a stream interface. So let's move it to stream-interface.