haproxy/include
Olivier Houchard 91894cbf4c MINOR: stream_interface: Don't use si_cs_send() as a task handler.
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.
2018-08-16 17:29:54 +02:00
..
common BUG/MINOR: threads: Remove the unexisting lock label "UPDATED_SERVERS_LOCK" 2018-08-08 10:41:11 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: stream_interface: Don't use si_cs_send() as a task handler. 2018-08-16 17:29:54 +02:00
types MINOR: connections/mux: Add the wait reason(s) to wait_list. 2018-08-16 17:29:53 +02:00