]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] http: add pattern extraction method to stick on query string parameter
authorDavid Cournapeau <cournape@gmail.com>
Thu, 23 Dec 2010 11:55:41 +0000 (20:55 +0900)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Jan 2011 12:26:02 +0000 (13:26 +0100)
commit16023eef0bf199dc5baace721bf79b4a013ed621
treed23f9295da1c51f1a04980b3dec6beb3472244ed
parent035da6d1b0c436b85add48bc22120aa814c9cab9
[MINOR] http: add pattern extraction method to stick on query string parameter

This is an updated version of my patch for url parameter extraction on
stick table. It adds "url_param(name)" as a possible stick method.
doc/configuration.txt
src/proto_http.c