haproxy/include
Olivier Houchard dbda31939d BUG/MINOR: connections: Set idle_time before adding to idle list.
In srv_add_to_idle_list(), make sure we set the idle_time before we add
the connection to an idle list, not after, otherwise another thread may
grab it, set the idle_time to 0, only to have the original thread set it
back to now_ms.
This may have an impact, as in conn_free() we check idle_time to decide
if we should decrement the idle connection counters for the server.
2020-03-22 20:05:59 +01:00
..
common MINOR: memory: Change the flush_lock to a spinlock, and don't get it in alloc. 2020-03-18 15:55:35 +01:00
import
proto BUG/MINOR: connections: Set idle_time before adding to idle list. 2020-03-22 20:05:59 +01:00
types MEDIUM: connections: Attempt to get idle connections from other threads. 2020-03-19 22:07:33 +01:00