commit | 801250e07d8bebcaa028e6bb10f1b063ae3563d3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 11 11:45:04 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 12 17:38:25 2018 +0200 |
tree | 7337837e4512965ec658e84ff74aa8b2f1e32777 | |
parent | 71384551fe81b08d915506bd6b53f17948b96e5f [diff] |
REORG: h1: create a new h1m_state This is the *parsing* state of an HTTP/1 message. Currently the h1_state is composite as it's made both of parsing and control (100SENT, BODY, DONE, TUNNEL, ENDING etc). The purpose here is to have a purely H1 state that can be used by H1 parsers. For now it's equivalent to h1_state.