]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http/htx: Perform analysis relatively to the first block
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 13 May 2019 13:27:23 +0000 (15:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 May 2019 05:42:12 +0000 (07:42 +0200)
commita3f1550dfa62f67dae41d2a258e46dba37163336
treeb7d325b4f1cc3453e95c39ce3d8abbcbadbb1eef
parent7b7d507a5b97b33ddd53755927150efd4546b19f
MEDIUM: http/htx: Perform analysis relatively to the first block

The first block is the start-line, if defined. Otherwise it the head of the HTX
message. So now, during HTTP analysis, lookup are all done using the first block
instead of the head. Concretely, for now, it is the same because only one HTTP
message is stored at a time in an HTX message. 1xx informational messages are
handled separatly from the final reponse and from each other. But it will make
sense when the 1xx informational messages and the associated final reponse will
be stored in the same HTX message.
src/backend.c
src/cache.c
src/da.c
src/filters.c
src/flt_trace.c
src/hlua.c
src/http_fetch.c
src/http_htx.c
src/proto_htx.c
src/stats.c