]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h1: report in the h1m struct if the HTTP version is 1.1 or above
authorWilly Tarreau <w@1wt.eu>
Thu, 13 Sep 2018 09:32:51 +0000 (11:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Sep 2018 12:34:09 +0000 (14:34 +0200)
commitba5fbca33f3956df2c093ae46202c17f644cf81a
tree8fde604224687c237759b8427c524185c635ba9f
parentdb72da0432d1f032761c386a9b68cd2268dc4bf8
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.
include/types/h1.h
src/h1.c