mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 17:53:37 +02:00
log buffers and static variables used in log functions are now thread-local. So there is no need to lock anything to log messages. Moreover, per-thread init/deinit functions are now used to initialize these buffers.