summaryrefslogtreecommitdiff
path: root/include/haproxy/htx-t.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: flags/htx: use flag dumping to show htx and start-line flagsWilly Tarreau2022-09-091-2/+47
* MINOR: htx: Add an HTX flag to know when a message is fragmentedChristopher Faulet2021-09-231-1/+1
* CLEANUP: htx: Remove unsued hdrs_bytes field from the HTX start-lineChristopher Faulet2021-04-281-4/+0
* MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM insteadChristopher Faulet2021-01-281-4/+2
* MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOMChristopher Faulet2021-01-281-1/+1
* MINOR: htx/http-ana: Save info about Upgrade option in the Connection headerChristopher Faulet2021-01-281-1/+1
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2020-12-211-1/+1
* CLEANUP: htx: Remove HTX_FL_UPGRADE unsued flagChristopher Faulet2020-12-041-1/+1
* CLEANUP: tree-wide: use VAR_ARRAY instead of [0] in various definitionsWilly Tarreau2020-09-121-2/+2
* MEDIUM: htx: Add a flag on a HTX message when no more data are expectedChristopher Faulet2020-07-221-1/+3
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2020-06-261-2/+2
* REORG: include: split common/htx.h into haproxy/htx{,-t}.hWilly Tarreau2020-06-111-0/+229