commit | 0db4d10efc71f70bc8759ae599e0817cd58a5a45 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jul 12 11:00:01 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:40 2018 +0200 |
tree | 024c50a07601e092d88859a6490296339edddcd8 | |
parent | fd8d42f496ac31fd82c1ee631034c23b63e77ef9 [diff] |
MINOR: h2: use b_slow_realign() with the trash as a swap buffer H2 doesn't use the trash so it can make use of it as a swap area when calling b_slow_realign(). This way we don't need buffer_slow_realign() anymore.