]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: htx: Don't use end-of-data blocks anymore
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Jun 2019 08:08:28 +0000 (10:08 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Jun 2019 08:12:11 +0000 (10:12 +0200)
commit54b5e214b0c07bcee0812dbb0dcc02cf89586d48
treec83e8f85a621ef9197834e0be0e854a620f53ea3
parent2d7c5395ed6edaefe2b59c468b1652a2046e5ea3
MINOR: htx: Don't use end-of-data blocks anymore

This type of blocks is useless because transition between data and trailers is
obvious. And when there is no trailers, the end-of-message is still there to
know when data end for chunked messages.
contrib/prometheus-exporter/service-prometheus.c
include/common/htx.h
src/flt_http_comp.c
src/hlua.c
src/http_fetch.c
src/htx.c
src/mux_h1.c
src/mux_h2.c
src/proto_htx.c
src/stats.c