proxygen
|
#include <Actions.h>
Public Attributes | |
bool | earlyDataAccepted {false} |
Reports that the full handshake has completed successfully. If earlyDataAccepted is true, the server accepted early data that was sent. If it is false, and early data was attempted, all the early data was rejected and was lost. The application is responsible for handling the loss of early data.
bool fizz::client::ReportHandshakeSuccess::earlyDataAccepted {false} |
Definition at line 45 of file Actions.h.
Referenced by fizz::client::test::AsyncFizzClientTest::fullHandshakeSuccess(), fizz::sm::handleCertMsg(), and fizz::client::AsyncFizzClientT< SM >::ActionMoveVisitor::operator()().