]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream-int: make conn_si_send_proxy() use conn_sock_send()
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2015 23:05:28 +0000 (00:05 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2015 23:09:30 +0000 (00:09 +0100)
commit0a03c0f022faf2773995fc8b9d14256c8a306e5a
treec29b1b2d37f3068aa9d0b444f84a4a452e5ddac5
parentff3e6488123b7750eda3e9fd8cd8947f2eb155a2
MEDIUM: stream-int: make conn_si_send_proxy() use conn_sock_send()

This substantially simplifies the code as we don't need to handle the
file descriptors anymore nor the specific error codes from send().
src/stream_interface.c