]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: remove useless check on HTTP_MSGF_XFER_LEN for the request
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 30 Mar 2017 09:21:53 +0000 (11:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 31 Mar 2017 12:38:33 +0000 (14:38 +0200)
commitbe821b9f40698ab937e7e58875db30ac80399ff3
tree7f7861f351e89aa6be5b9144ef011c6c8781985f
parenta545569f1e5be49587b88cf78a2e2db6ca760843
MINOR: http: remove useless check on HTTP_MSGF_XFER_LEN for the request

The flag HTTP_MSGF_XFER_LEN is always set for an HTTP request because we always
now the body length. So there is no need to do check on it.
src/proto_http.c