]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: raw_sock: extract raw_sock_to_buf() from raw_sock_read()
authorWilly Tarreau <wtarreau@exceliance.fr>
Mon, 20 Aug 2012 15:30:32 +0000 (17:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:47:30 +0000 (20:47 +0200)
commit2ba44650863ceef2ffb0f3bb59caf25cc296a417
treeabef5ccda4db0fc839a115665f8732d7cb37b35a
parent75bf2c925fa28c280a52715be2fd5e3ea22a9174
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.
include/types/connection.h
src/raw_sock.c