From: Egor Shestakov Date: Wed, 13 May 2026 06:58:34 +0000 (+0000) Subject: CLEANUP: htx: Adjust numbering of HTX blocks' types in the description X-Git-Tag: v3.4-dev12~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b08cf94ae2fdbd75aad68ba26904bb26b8d460de;p=thirdparty%2Fhaproxy.git CLEANUP: htx: Adjust numbering of HTX blocks' types in the description Support of pseudo-headers was removed as unused, but mention of it in the description remains and disrupt the numbering in comment, which can be confusing. --- diff --git a/include/haproxy/htx-t.h b/include/haproxy/htx-t.h index c703f5577..9f950b288 100644 --- a/include/haproxy/htx-t.h +++ b/include/haproxy/htx-t.h @@ -113,11 +113,10 @@ * - 0000 = request start-line * - 0001 = response start-line * - 0010 = header - * - 0011 = pseudo-header ou "special" header - * - 0100 = end-of-headers - * - 0101 = data - * - 0110 = trailer - * - 0111 = end-of-trailers + * - 0011 = end-of-headers + * - 0100 = data + * - 0101 = trailer + * - 0110 = end-of-trailers * ... * - 1111 = unused *