mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-15 10:16:10 +02:00
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.
This commit is contained in:
parent
68f6522add
commit
b08cf94ae2
@ -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
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user