commit | 24e6d972aa6388455b501074f34ff098592c870b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 26 00:49:52 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 26 01:12:40 2012 +0200 |
tree | 5232dac01613f04547f7ab609d49a2b20130eb55 | |
parent | 55a6906125a2e578e2eee901440de008dbf8a317 [diff] |
OPTIM: http: inline http_parse_chunk_size() and http_skip_chunk_crlf() These functions are not that long and the compiler inlines them well. Doing so has sped up the chunked encoding parser by 41% ! Note that http_forward_trailers was also declared static because it's not exported.