commit | 174b06a572ef141f15d8b7ea64eb6b34ec4c9af1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Apr 25 18:13:58 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 26 10:15:14 2018 +0200 |
tree | 3cdbbb8d77c46a681b03993e28e613906299865b | |
parent | cd235c60425dbe66c9015a357369afacc4880211 [diff] |
MINOR: h2: detect presence of CONNECT and/or content-length We'll need this in order to support uploading chunks. The h2 to h1 converter checks for the presence of the content-length header field as well as the CONNECT method and returns these information to the caller. The caller indicates whether or not a body is detected for the message (presence of END_STREAM or not). No transfer-encoding header is emitted yet.