]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: proto_http: few corrections for gcc warnings.
authorDavid Carlier <devnexen@gmail.com>
Mon, 4 Apr 2016 10:54:42 +0000 (11:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Apr 2016 16:05:24 +0000 (18:05 +0200)
commit7365f7d41b361335c7fad163bd3b7c92870a233a
tree31904212a264cdcda66ccafc7f37744255841ef2
parent060e57301db98853eef91b344b6ace187b657190
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.
src/proto_http.c