commit | 3c51802fb9a10f18b0823562432de641d0571b1a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed May 23 14:58:55 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Aug 08 09:53:01 2018 +0200 |
tree | 2a3b3747d90546c7b5f466af1b91de442f262e70 | |
parent | 2bf88c05d0b642c6acef554acf6b668781c0985f [diff] |
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.