]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: fd: Call fd_stop_recv() when we just got a fd.
authorOlivier Houchard <cognet@ci0.org>
Wed, 17 Jun 2020 18:34:05 +0000 (20:34 +0200)
committerOlivier Houchard <cognet@ci0.org>
Wed, 17 Jun 2020 18:36:28 +0000 (20:36 +0200)
commitddc874c46c585cf2962468788c78c57ddcd89c6f
tree7bc147307b1475a80f81c87ddc00e32aa24db220
parent8d7b5178240b05f3afab073ad606b40f27d538f2
BUG/MEDIUM: fd: Call fd_stop_recv() when we just got a fd.

In fd_takeover(), when a double-width compare-and-swap is implemented,
make sure, if we managed to get the fd, to call fd_stop_recv() on it, so
that the thread that used to own it will know it has to stop polling it.
src/fd.c