CLEANUP: htx: Remove unsued hdrs_bytes field from the HTX start-line
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 22 Apr 2021 07:50:14 +0000 (09:50 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 28 Apr 2021 08:51:08 +0000 (10:51 +0200)
commit2b78f0bfc4b78a57b6dd05f46a4a5f9a69959238
treeb7ad631b8283ec37c1d5856d4022ebd71fc4a267
parentc92ec0ba7102f93d91422c1d2edfb09f1eea2bd5
CLEANUP: htx: Remove unsued hdrs_bytes field from the HTX start-line

Thanks to the htx_xfer_blks() refactoring, it is now possible to remove
hdrs_bytes field from the start-line because no function rely on it anymore.
include/haproxy/htx-t.h
include/haproxy/htx.h
src/h1_htx.c
src/h2.c
src/htx.c