]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: protocols: use the generic I/O callback for accept callbacks
authorWilly Tarreau <wtarreau@exceliance.fr>
Fri, 6 Jul 2012 10:25:58 +0000 (12:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:51:27 +0000 (21:51 +0200)
commitaece46a44d9ed494f4353402729ad03a9544bc1b
tree8d124498eb5a15f6ea7587bf7f9888f1d73dd0b0
parent20bea42a95fd95766904fa55e5dc443a7b5543dc
MEDIUM: protocols: use the generic I/O callback for accept callbacks

This one is used only on read events, and it was easy to convert to
use the new I/O callback.
src/proto_tcp.c
src/proto_uxst.c
src/protocols.c