forked from boostorg/beast
Fix incorrect ssl_stream async_handshake concept
This commit is contained in:
committed by
Klemens Morgenstern
parent
aef9c88c9d
commit
7453ce3260
@@ -442,7 +442,7 @@ public:
|
||||
); @endcode
|
||||
*/
|
||||
template<class ConstBufferSequence,
|
||||
BOOST_BEAST_ASYNC_TPARAM1 BufferedHandshakeHandler = net::default_completion_token_t<executor_type>>
|
||||
BOOST_BEAST_ASYNC_TPARAM2 BufferedHandshakeHandler = net::default_completion_token_t<executor_type>>
|
||||
BOOST_ASIO_INITFN_RESULT_TYPE(BufferedHandshakeHandler, void(boost::system::error_code, std::size_t))
|
||||
async_handshake(handshake_type type, ConstBufferSequence const& buffers,
|
||||
BOOST_ASIO_MOVE_ARG(BufferedHandshakeHandler) handler
|
||||
|
Reference in New Issue
Block a user