mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-05 07:01:48 +01:00
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.