haproxy/include
William Lallemand 75ea0a06b0 BUG/MEDIUM: mworker: does not close inherited FD
At the end of the master initialisation, a call to protocol_unbind_all()
was made, in order to close all the FDs.

Unfortunately, this function closes the inherited FDs (fd@), upon reload
the master wasn't able to reload a configuration with those FDs.

The create_listeners() function now store a flag to specify if the fd
was inherited or not.

Replace the protocol_unbind_all() by  mworker_cleanlisteners() +
deinit_pollers()
2017-11-15 19:53:33 +01:00
..
common MINOR: tools: emphasize the node being worked on in the tree dump 2017-11-15 19:43:05 +01:00
import MINOR: threads: Add atomic-ops and plock includes in import dir 2017-10-31 11:36:13 +01:00
proto BUG/MEDIUM: mworker: does not close inherited FD 2017-11-15 19:53:33 +01:00
types BUG/MEDIUM: mworker: does not close inherited FD 2017-11-15 19:53:33 +01:00