commit | 01b4482b4621da3c98bec255593db8733141eb13 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 03 14:26:37 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 02 13:31:51 2018 +0100 |
tree | 998fa75785a67e01507c0d960332a92d373c783a | |
parent | 751f2d0ddf3061e9e54fa8d82ecbf1b99e9c1dab [diff] |
MEDIUM: mux-h2: start to create the outgoing mux For now it reports an immediate error when trying to encode the request since it doesn't parse as a response. We take care of sending the preface and settings frame with the outgoing connection, and not to wait for a preface during the H2_CS_PREFACE phase for outgoing connections.