MINOR: h2: use b_slow_realign() with the trash as a swap buffer
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Jul 2018 09:00:01 +0000 (11:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:40 +0000 (16:23 +0200)
commit0db4d10efc71f70bc8759ae599e0817cd58a5a45
tree024c50a07601e092d88859a6490296339edddcd8
parentfd8d42f496ac31fd82c1ee631034c23b63e77ef9
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.
src/mux_h2.c