haproxy/include
Willy Tarreau 001823c304 MEDIUM: h1: remove the useless H1_MSG_BODY state
This state was only a delimiter between headers and body but it now
causes more harm than good because it requires someone to change it.
Since the H1 parser knows if we're in DATA or CHUNK_SIZE, simply let
it set the right next state so that h1m->state constantly matches
what is expected afterwards.
2018-09-12 17:38:25 +02:00
..
common MEDIUM: protocol: sockpair protocol 2018-09-12 07:20:17 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MEDIUM: h1: remove the useless H1_MSG_BODY state 2018-09-12 17:38:25 +02:00
types MEDIUM: h1: remove the useless H1_MSG_BODY state 2018-09-12 17:38:25 +02:00