MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 30 May 2017 09:07:16 +0000 (11:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 12:58:30 +0000 (13:58 +0100)
commit36716a7fec1d84ab4c590dfb038aa30a4ad92b57
tree0a423f9d81d986726bf995296cb862491fb1e097
parenta7c5d43085d93d7d02d5181d696eaeaf9905633f
MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert

Listeners will allow any threads to process the corresponding fd. But for other
FDs, we limit the processing to the current thread.
include/proto/connection.h
include/proto/fd.h
src/dns.c
src/haproxy.c
src/hathreads.c
src/proto_tcp.c
src/proto_uxst.c
src/ssl_sock.c