commit | dbe34eb8cb20f69baa3b68b9253a961d035a598d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@qualys.com> | Wed Dec 02 10:01:17 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Feb 09 14:53:15 2016 +0100 |
tree | 9fb7a58c55fa3b73bba66a0be2696d93328bf7ef | |
parent | 309c6418b08ee08f0df8382a02f20f0fc965c483 [diff] |
MEDIUM: filters/http: Move body parsing of HTTP messages in dedicated functions Now body parsing is done in http_msg_forward_body and http_msg_forward_chunked_body functions, regardless of whether we parse a request or a response. Parsing result is still handled in http_request_forward_body and http_response_forward_body functions. This patch will ease futur optimizations, mainly on filters.