MINOR: conn_stream: add an tx buffer to the conn_stream
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 23 May 2018 12:58:55 +0000 (14:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 8 Aug 2018 07:53:01 +0000 (09:53 +0200)
commit3c51802fb9a10f18b0823562432de641d0571b1a
tree2a3b3747d90546c7b5f466af1b91de442f262e70
parent2bf88c05d0b642c6acef554acf6b668781c0985f
MINOR: conn_stream: add an tx buffer to the conn_stream

To be symmetrical with the recv() part, we no handle retryable and partial
transmission using a intermediary buffer in the conn_stream. For now it's only
set to BUF_NULL and never allocated nor used.

It cannot yet be used as-is without risking to lose data on close since
conn_streams need to be orphaned for this.
include/proto/connection.h
include/types/connection.h