]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] backend: remove HTTP POST parsing from get_server_ph_post()
authorWilly Tarreau <w@1wt.eu>
Sun, 6 Dec 2009 18:18:09 +0000 (19:18 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Dec 2009 08:52:42 +0000 (09:52 +0100)
commit157dd638e98e754a4d279d3ed1206eff37e0346a
tree07067acb00f42ea4bb8f1d46d245e1e3c2665b65
parent522d6c048f213bdff99b190d710d926773aec795
[MEDIUM] backend: remove HTTP POST parsing from get_server_ph_post()

Now that the HTTP analyser will already have parsed the beginning
of the request body, we don't have to check for transfer-encoding
anymore since we have the current chunk size in hdr_content_len.
src/backend.c