commit | 7365f7d41b361335c7fad163bd3b7c92870a233a | [log] [tgz] |
---|---|---|
author | David Carlier <devnexen@gmail.com> | Mon Apr 04 11:54:42 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 05 18:05:24 2016 +0200 |
tree | 31904212a264cdcda66ccafc7f37744255841ef2 | |
parent | 060e57301db98853eef91b344b6ace187b657190 [diff] |
CLEANUP: proto_http: few corrections for gcc warnings. first, we modify the signatures of http_msg_forward_body and http_msg_forward_chunked_body as they are declared as inline below. Secondly, just verify the returns of the chunk initialization which holds the Authorization Method (althought it is unlikely to fail ...). Both from gcc warnings.