commit | 2ba44650863ceef2ffb0f3bb59caf25cc296a417 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <wtarreau@exceliance.fr> | Mon Aug 20 17:30:32 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 03 20:47:30 2012 +0200 |
tree | abef5ccda4db0fc839a115665f8732d7cb37b35a | |
parent | 75bf2c925fa28c280a52715be2fd5e3ea22a9174 [diff] |
MAJOR: raw_sock: extract raw_sock_to_buf() from raw_sock_read() This is the start of the stream connection iterator which calls the data-layer reader. This still looks a bit tricky but is OK. Splicing is not handled at all at the moment.