]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEV: tcploop: do not report an error on POLLERR
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Nov 2022 16:04:05 +0000 (17:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Nov 2022 16:07:22 +0000 (17:07 +0100)
commitfd0974cf3f4b1548d8ea261b6d76c14b8c94e6ab
treec6939030fab93604e6a0fec4593a1689b1ab3efa
parente5f72b87542d9e848be75408d83ab96fb5ab47e2
DEV: tcploop: do not report an error on POLLERR

Actually this breaks certain client tests where the server closes with
RST, it prevents from reading the final data so better not abort on
that.
dev/tcploop/tcploop.c