]> git.kaiwu.me - haproxy.git/commit
OPTIM: mux-fcgi: Reorganise fcgi_conn structure to fill some holes
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Jun 2026 11:39:26 +0000 (13:39 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Jun 2026 16:03:01 +0000 (18:03 +0200)
commit1ad74d634af3b1a6c4d0904988f3e5b3004aa834
treed634d325e3b61539adb7648a9c08fecc3ba4fa35
parent5985276735777634d8c85f1d73bb7764aab0d6dd
OPTIM: mux-fcgi: Reorganise fcgi_conn structure to fill some holes

<drl> field was moved before <dsi> and term_evts_log was moved before the
demux buffer. 8 bytes was saved this way.
src/mux_fcgi.c