]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: remove buffer arg in chunk parsing functions
authorWilly Tarreau <w@1wt.eu>
Fri, 9 Mar 2012 13:10:20 +0000 (14:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 10:28:14 +0000 (12:28 +0200)
commit4baf44ba67ac62ed21b85641f428eb250aec5610
treec7eb950b5f38862a0a56d048cff5e0a5f1dfec85
parent21710ffa35db86799d0907c69fc36d356e4f3748
MEDIUM: http: remove buffer arg in chunk parsing functions

The buffer pointer is now taken from the http_msg in the following
functions :

http_parse_chunk_size
http_forward_trailers
http_skip_chunk_crlf

Most internal pointers were converted to const as the result of the
operation.
src/proto_http.c