commit | 0669d7dcf3c8193f35798d07b81d5db50bd392ec | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 17 11:40:10 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 22 23:15:28 2014 +0200 |
tree | 4905bbbd01d6ee8b54e287df6343fc4eab760c3f | |
parent | 877e78dbef7d5c8f02c02a23435e80fa955b8027 [diff] |
MEDIUM: http: http_parse_chunk_crlf() must not advance the buffer pointer This function is only a parser, it must start to parse at the next character and only update the outgoing relative pointers, but not expect the buffer to be aligned with the next byte to be parsed. It's important to fix this otherwise we cannot use this function to parse chunks without starting to forward data.