haproxy/include
Olivier Houchard e3c4ae966c MEDIUM: servers: Remove cur_sess, and use served instead
In struct server, cur_sess and served mostly have the same purpose.
We can just remove cur_sess, and use served instead, both share the same
cache line, and that cache line is quite busy, so removing some atomic
operation on it can be beneficial.
2026-03-02 13:46:17 +01:00
..
haproxy MEDIUM: servers: Remove cur_sess, and use served instead 2026-03-02 13:46:17 +01:00
import CLEANUP: assorted typo fixes in the code, commits and doc 2025-12-25 19:45:29 +01:00
make BUILD: makefile: add a qinfo macro to pass info in quiet mode 2025-01-08 11:26:05 +01:00