mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-07 20:33:34 +02:00
Instead of using si_cs_send() as a task handler, define a new function, si_cs_io_cb(), and give si_cs_send() its original prototype. Right now si_cs_io_cb() just handles send, but later it'll handle recv() too.