commit | 522d6c048f213bdff99b190d710d926773aec795 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 06 18:49:18 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 22 09:52:42 2009 +0100 |
tree | 7418c0d464f0f0ba005de35938d518f8f4073cc0 | |
parent | dc8017ced6a8ec699a50a409f3c8ce5928ea70fa [diff] |
[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.