]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connection: don't use real send() flags in snd_buf()
authorWilly Tarreau <w@1wt.eu>
Sun, 2 Feb 2014 00:51:17 +0000 (01:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Feb 2014 10:37:29 +0000 (11:37 +0100)
commit1049b1f55137b6f28d829b81473ca495255b6e07
tree714cc8be68b364028b07309561e1a3c5377cb622
parent3be293f4a3f466b71ddde639690b91979c9498a5
MEDIUM: connection: don't use real send() flags in snd_buf()

This prevents us from passing other useful info and requires the
upper levels to know these flags. Let's use a new flags category
instead : CO_SFL_*. For now, only MSG_MORE has been remapped.
include/types/connection.h
src/checks.c
src/raw_sock.c
src/ssl_sock.c
src/stream_interface.c