commit | 1c2ab96be55d3e7d481ec1cc64970cdf6cf506b2 | [log] [tgz] |
---|---|---|
author | matt.farnsworth@nokia.com <matt.farnsworth@nokia.com> | Mon Apr 14 20:47:37 2008 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 15 15:30:41 2008 +0200 |
tree | dc10fac3f0cbdd6c9e740dce58ab377a1f3c5a52 | |
parent | a532324128cd3591439489739a8fb8688ac1dea2 [diff] |
[MAJOR] implement parameter hashing for POST requests This patch extends the "url_param" load balancing method by introducing the "check_post" option. Using this option enables analysis of the beginning of POST requests to search for the specified URL parameter. The patch also fixes a few minor typos in comments that were discovered during code review.