commit | ba5fbca33f3956df2c093ae46202c17f644cf81a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 13 11:32:51 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Sep 13 14:34:09 2018 +0200 |
tree | 8fde604224687c237759b8427c524185c635ba9f | |
parent | db72da0432d1f032761c386a9b68cd2268dc4bf8 [diff] |
MINOR: h1: report in the h1m struct if the HTTP version is 1.1 or above This will be needed for the mux to know how to process the Connection header, and will save it from having to re-parse the request line since it's captured on the fly.