]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: split the url_param in two parts
authorThierry FOURNIER <tfournier@haproxy.com>
Tue, 19 May 2015 12:46:23 +0000 (14:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 20 May 2015 13:56:23 +0000 (15:56 +0200)
commit4fdc74c22cb1ec15d6ea17f6dda35a1296d96354
treed0ef38bce75c027f40c5d0e9bcaeb3e21f26a20b
parentb4e34da692d8a7f6837ad16b3389f5830dbc11d2
MINOR: http: split the url_param in two parts

This patch is the part of the body_param fetch. The goal is to have
generic url-encoded parser which can used for parsing the query string
and the body.
src/proto_http.c