mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 15:42:43 +02:00
The previous sockstream_accept() function uses nothing from sockstream, and is totally irrelevant to stream interfaces. Move this to the protocols.c file which handles listeners and protocols, and call it listener_accept(). It now makes much more sense that the code dealing with listen() also handles accept() and passes it to upper layers.