]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] acl: add the http_req_first match
authorWilly Tarreau <w@1wt.eu>
Fri, 22 Oct 2010 18:04:13 +0000 (20:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Oct 2010 17:04:35 +0000 (19:04 +0200)
commit7f18e52b13272fd7c9747c6468bfd6bda65945d2
treec827b8d689eab260e22b6d8372273ad7e53372df
parent8aa6b3762cec4756b226c499f8a0cac3b0e6f9f0
[MINOR] acl: add the http_req_first match

This match returns true when the request calling it is the first one of
a connection.
(cherry picked from commit 922ca979c50653c415852531f36fe409190ad76b)
doc/configuration.txt
src/proto_http.c