haproxy/include
Willy Tarreau 2cc5bae0b8 MINOR: listeners: make listeners count consistent with reality
Some places call delete_listener() then decrement the number of
listeners and jobs. At least one other place calls delete_listener()
without doing so, but since it's in deinit(), it's harmless and cannot
risk to cause zombie processes to survive. Given that the number of
listeners and jobs is incremented when creating the listeners, it's
much more logical to symmetrically decrement them when deleting such
listeners.
2017-09-15 11:49:52 +02:00
..
common MINOR: net_helper: Inline functions meant to be inlined. 2017-09-13 13:35:35 +02:00
import CLEANUP: da: move global settings out of the global section 2016-12-21 21:30:54 +01:00
proto MINOR: listeners: new function create_listeners 2017-09-15 11:49:52 +02:00
types MINOR: listeners: make listeners count consistent with reality 2017-09-15 11:49:52 +02:00