]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: htx: Adjust numbering of HTX blocks' types in the description
authorEgor Shestakov <egor@ved1.me>
Wed, 13 May 2026 06:58:34 +0000 (06:58 +0000)
committerWilly Tarreau <w@1wt.eu>
Wed, 13 May 2026 15:03:48 +0000 (17:03 +0200)
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.

include/haproxy/htx-t.h

index c703f55779ddb4332c85c5c52d33ff770a15056b..9f950b2882ede680d9c28cd91173fce598487e51 100644 (file)
  *     - 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
  *