boost::corosio::tls_stream::shutdown
Perform a graceful TLS shutdown asynchronously.
Synopsis
Declared in <boost/corosio/tls_stream.hpp>
virtual
capy::io_task
shutdown() = 0;
Description
Initiates the TLS shutdown sequence by sending a close_notify alert and waiting for the peer's close_notify response.
Return Value
An awaitable yielding (error_code).
Created with MrDocs