]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connections: Move rxbuf from the conn_stream to the h2s.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 16 Aug 2018 13:41:52 +0000 (15:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 16 Aug 2018 15:28:11 +0000 (17:28 +0200)
commit638b799b0906f47d1af0153eaee2e24dd8777cd3
tree5f34523c56815592fdcaf22ca52b16242ebf7b81
parent511efeae7e0cdf013a56bd44a47ae3c431f6d7b6
MINOR: connections: Move rxbuf from the conn_stream to the h2s.

As the mux_h2 is the only user of rxbuf, move it to the struct h2s, instead
of conn_stream.
include/proto/connection.h
include/types/connection.h
src/mux_h2.c