]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: connection: check EINTR when sending a PROXY header
authorWilly Tarreau <w@1wt.eu>
Wed, 4 Dec 2013 22:37:56 +0000 (23:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Dec 2013 22:50:26 +0000 (23:50 +0100)
commit7fe45698f58a53dda9182a5970a2ea4bda9f92fe
tree29f21161920afaee3fd4261ced825c320a6d2175
parentf12a20ebce8973537c42c600324cce7c47bd5359
BUG/MINOR: connection: check EINTR when sending a PROXY header

PROXY protocol header was not tolerant to signals, so it might cause a
connection to report an error if a signal comes in at the exact same
moment the send is done.

This is 1.5-specific and does not need any backport.
src/connection.c
src/stream_interface.c