commit | be821b9f40698ab937e7e58875db30ac80399ff3 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Mar 30 11:21:53 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 31 14:38:33 2017 +0200 |
tree | 7f7861f351e89aa6be5b9144ef011c6c8781985f | |
parent | a545569f1e5be49587b88cf78a2e2db6ca760843 [diff] |
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.