commit | eecf6ca68a6749d2f58bfa069dfd3887b24d8862 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <wtarreau@exceliance.fr> | Mon Aug 20 15:09:53 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 02 21:54:55 2012 +0200 |
tree | 280bc0ae1c085d011d0cabaab62a31359db58f4d | |
parent | de5722c30269ddbfedc583763f7b991eeef7808b [diff] |
MEDIUM: stream-interface: provide a generic si_conn_send_cb callback The connection send() callback is supposed to be generic for a stream-interface, and consists in calling the lower layer snd_buf function. Move this function to the stream interface and remove the sock-raw and sock-ssl clones.