haproxy/include
Christopher Faulet 2d7c5395ed MEDIUM: htx: Add the parsing of trailers of chunked messages
HTTP trailers are now parsed in the same way headers are. It means trailers are
converted to K/V blocks followed by an end-of-trailer marker. For now, to make
things simple, the type for trailer blocks are not the same than for header
blocks. But the aim is to make no difference between headers and trailers by
using the same type. Probably for the end-of marker too.
2019-06-05 10:12:11 +02:00
..
common MEDIUM: htx: Add the parsing of trailers of chunked messages 2019-06-05 10:12:11 +02:00
import
proto BUG/MINOR: channel/htx: Don't alter channel during forward for empty HTX message 2019-06-05 10:12:11 +02:00
types MEDIUM: cache/htx: Always store info about HTX blocks in the cache 2019-06-05 10:12:11 +02:00