commit | 4baf44ba67ac62ed21b85641f428eb250aec5610 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 09 14:10:20 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 12:28:14 2012 +0200 |
tree | c7eb950b5f38862a0a56d048cff5e0a5f1dfec85 | |
parent | 21710ffa35db86799d0907c69fc36d356e4f3748 [diff] |
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.