commit | c623c17b13770682930b0d22e71bbe71630d7152 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 18 09:53:50 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 22 23:15:28 2014 +0200 |
tree | 9d49a194bf24a48d4172182dd78c27b40704a871 | |
parent | 168ebc5e2bfe7686e25bb0a95b19f19846c0c483 [diff] |
MEDIUM: http: start to centralize the forwarding code Doing so avoids calling channel_forward() for each part of the chunk parsing and lowers the number of calls to channel_forward() to only one per buffer, resulting in about 11% performance increase on small chunks forwarding rate.