commit | 2a8db717132ec8be7dc24ce7083972245b1173ae | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Mon Nov 27 15:20:06 2017 +0000 |
committer | Matt Caswell <matt@openssl.org> | Thu Dec 28 17:32:41 2017 +0000 |
tree | 59f70fabe776929afaf082e632d63988a7214699 | |
parent | bfa470a4f64313651a35571883e235d3335054eb [diff] |
Don't flush the ClientHello if we're going to send early data We'd like the first bit of early_data and the ClientHello to go in the same TCP packet if at all possible to enable things like TCP Fast Open. Also, if you're only going to send one block of early data then you also don't need to worry about TCP_NODELAY. Fixes #4783 Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4802)