mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 15:42:43 +02:00
This function was not used yet and was only supposed to mark the connection as shutdown for write. Unfortunately at other places in stream_interface.c, we're seeing a bit of layering violations with attempts to perform the shutdown on the fd directly. Let's make this function call shutdown() itself so that the callers only have to care about the connection.