commit | 45f2b89156385d2d9d0f392e575e6a8bd0f62d77 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 05 07:59:27 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 05 10:57:42 2018 +0100 |
tree | d96e159067f6712434256645588b91a8df1e9ea0 | |
parent | 3906e22f6f0482f756eb8360b233e4d0da78b45b [diff] |
MEDIUM: mux-h1: make use of buf_room_for_htx_data() instead of b_room() Just by using this buffer room estimation for the demux buffer, the large object performance has increased by up to 33%. This is mostly due to less recv() calls and unaligned copies.