Name
easy:SetOpt_SSL_FalseStart -- enable TLS false start
Synopsis
easy:SetOpt_SSL_FalseStart(enable)
Function
Pass a value as parameter get to 1 to enable or 0 to disable.

This option determines whether libcurl should use false start during the TLS handshake. False start is a mode where a TLS client will start sending application data before verifying the server's Finished message, thus saving a round trip when performing a full handshake.

Inputs
enable
input value

Show TOC