]> git.kaiwu.me - haproxy.git/commit
MINOR: haterm: Remove now useless req_body field from hstream
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2026 16:58:36 +0000 (18:58 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2026 17:07:59 +0000 (19:07 +0200)
commitb71a0e78744d206602ecb602b7e17c8368e2c7c2
treee5a6dd04b7bc74f54e8aa2eb83f2a9b617e24458
parenta68b96ad369515c2d1afcf632dd2f7f1c0693849
MINOR: haterm: Remove now useless req_body field from hstream

req_body field is no longer used, except in trace messages. And in fact, it
is not necessarily true if some data are received with the request headers.
So no reason to still use it.
include/haproxy/hstream-t.h
src/haterm.c