]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: h1: Remove now useless h1_parse_cont_len_header() function
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 15 Apr 2025 17:17:21 +0000 (19:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 22 Apr 2025 14:14:47 +0000 (16:14 +0200)
commita56feffc6fb23ec8c869cdfdbc2cc10144975b3a
treef02e0f8ac5d5950907828ea49f8c87a417d0cd71
parent9e05c14a416da1eb4291b604223d609ffa46ad2c
CLEANUP: h1: Remove now useless h1_parse_cont_len_header() function

Since the commit "MINOR: hlua/h1: Use http_parse_cont_len_header() to parse
content-length value", this function is no longer used. So it can be safely
removed.
include/haproxy/h1.h
src/h1.c