]> git.kaiwu.me - haproxy.git/commit
[MEDIUM] http: process request body in a specific analyser
authorWilly Tarreau <w@1wt.eu>
Sun, 6 Dec 2009 17:49:18 +0000 (18:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Dec 2009 08:52:42 +0000 (09:52 +0100)
commit522d6c048f213bdff99b190d710d926773aec795
tree7418c0d464f0f0ba005de35938d518f8f4073cc0
parentdc8017ced6a8ec699a50a409f3c8ce5928ea70fa
[MEDIUM] http: process request body in a specific analyser

The POST body analysis was split between two analysers for historical
reasons. Now we only have one analyser which checks content length
and waits for enough data to come.

Right now this analyser waits for <url_param_post_limit> bytes of
body to reach the buffer, or the first chunk. But this could be
improved to wait for any other amount of data or any specific
contents.
src/proto_http.c