]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: unix: make use of sock_accept_conn() where relevant
authorWilly Tarreau <w@1wt.eu>
Tue, 13 Oct 2020 15:42:21 +0000 (17:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 13 Oct 2020 16:15:33 +0000 (18:15 +0200)
commit85d2ba6b78f12939ecaf8f3dcad8a693da1c8b66
tree76b8796b882a0cf355c85290f0a4fd99e3318fd6
parent3e12de2cc66038115ec4cd9ec381045702e684e0
CLEANUP: unix: make use of sock_accept_conn() where relevant

This allows to get rid of one getsockopt(SO_ACCEPTCONN) in the binding
code.
src/proto_uxst.c