[MAJOR] implement parameter hashing for POST requests
authormatt.farnsworth@nokia.com <matt.farnsworth@nokia.com>
Mon, 14 Apr 2008 18:47:37 +0000 (20:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 15 Apr 2008 13:30:41 +0000 (15:30 +0200)
commit1c2ab96be55d3e7d481ec1cc64970cdf6cf506b2
treedc10fac3f0cbdd6c9e740dce58ab377a1f3c5a52
parenta532324128cd3591439489739a8fb8688ac1dea2
[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.
doc/configuration.txt
doc/haproxy-en.txt
include/proto/proto_http.h
include/types/backend.h
include/types/proto_http.h
include/types/proxy.h
src/backend.c
src/client.c
src/ev_poll.c
src/proto_http.c