]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] http request: simplify POST length detection
authorWilly Tarreau <w@1wt.eu>
Sun, 18 Oct 2009 19:28:29 +0000 (21:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Oct 2009 19:28:29 +0000 (21:28 +0200)
commit03a5633299fa236bbd8664ddd33fd94bd926ef48
tree77fc710f5bae82d0735cd51be2919531fdf610b7
parent349a0f62b58c715adc7dea9b6a865232d5f322df
[MEDIUM] http request: simplify POST length detection

We can now rely on the pre-parsed content-length and transfer-encoding
to find what the supposed body length will be.
src/proto_http.c