mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-10-18 02:51:24 +02:00
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.