Use false start with ALPN.
Summary: All the work we do in SSLContext to check the cipher and NPN usage is actually completely unnecessary since OpenSSL internally checks the cipher and use of ALPN/NPN after you set the SSL_MODE option (see `ssl3_can_cutthrough()` in ssl_lib.c). This just sets the option on the SSLContext instead. Reviewed By: siyengar Differential Revision: D3002063 fb-gh-sync-id: 4514faf9ed2eb42a6e41d9e682b2c8aa52c46691 shipit-source-id: 4514faf9ed2eb42a6e41d9e682b2c8aa52c46691
Showing
Please register or sign in to comment