commit | 8694e5bc99e8c8de8056f026b1f509be348b0bc0 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Sat Jun 15 00:14:05 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Sat Jun 15 11:35:00 2019 +0200 |
tree | 4267fbb968cbe17f4230f80feec19c7f4aa2b0d4 | |
parent | b4a8b2c63d51f7ff99e5b10c52cad938105f1fde [diff] |
BUG/MEDIUM: connections: Don't try to send early data if we have no mux. In connect_server(), if we don't yet have a mux, because we're choosing one depending on the ALPN, don't attempt to send early data. We can't do it because those data would depend on the mux, that will only be determined by the handshake. This should be backported to 1.9.