MINOR: connections: Get rid of txbuf.
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:29:51 +0000 (17:29 +0200)
commited0f207ef5967dd486d1c038161ec48db8df88ec
tree628ddb5f084027ebf3f2f31cd37be21cb10147f1
parent638b799b0906f47d1af0153eaee2e24dd8777cd3
MINOR: connections: Get rid of txbuf.

Remove txbuf from conn_stream. It is not used yet, and its only user will
probably be the mux_h2, so it will be better suited in the struct h2s.
include/proto/connection.h
include/types/connection.h
src/checks.c
src/connection.c
src/stream_interface.c