haproxy/include
Amaury Denoyelle 99cca08ecc MINOR: connection: move session_list member in a union
Move the session_list attach point in an anonymous union. This member is
only used for backend connections. This commit is in preparation for the
support of stopping frontend idling connections which will add another
member to the union.

This change means that a special care must be taken to be sure that only
backend connections manipulate the session_list. A few BUG_ON has been
added as special guard to prevent from misuse.
2021-05-05 14:35:36 +02:00
..
haproxy MINOR: connection: move session_list member in a union 2021-05-05 14:35:36 +02:00
import CLEANUP: assorted typo fixes in the code and comments 2021-04-26 10:42:58 +02:00