commit | 5368d80ede227406d7346b324fc6ef5fcfa134b8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <wtarreau@exceliance.fr> | Tue Aug 21 18:22:06 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 03 20:47:31 2012 +0200 |
tree | 7766daf7ea5701bff0093f98a363a0b3e4d14447 | |
parent | ce323dea14b46fa01f8950a9d6a1e803ef803d0b [diff] |
MAJOR: connection: split the send call into connection and stream interface Similar to what was done on the receive path, the data layer now provides only an snd_buf() callback that is iterated over by the stream interface's si_conn_send_loop() function. The data layer now has no knowledge about channels nor stream interfaces. The splice() code still need to be ported as it currently is disabled.