haproxy/include
Christopher Faulet 420977903b MINOR: spoe: Remove check on min_applets number when a SPOE context is queued
The calculation of a minimal number of active applets was really empirical and
finally useless. On heavy load, there are always many active applets (most of
time, more than the minimal required) and when the load is low, there is no
reason to keep unused applets opened.

Because of this change, the flag SPOE_APPCTX_FL_PERSIST is now unused. So it has
been removed.
2018-02-02 16:00:32 +01:00
..
common BUG/MINOR: threads: Update labels array because of changes in lock_label enum 2018-01-30 14:35:24 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: fd: pass the iocb and owner to fd_insert() 2018-01-29 16:07:25 +01:00
types MINOR: spoe: Remove check on min_applets number when a SPOE context is queued 2018-02-02 16:00:32 +01:00