Fix incorrect ssl_stream async_handshake concept

This commit is contained in:
Jeremiah Rodriguez
2023-01-16 01:38:13 -06:00
committed by Klemens Morgenstern
parent aef9c88c9d
commit 7453ce3260

View File

@@ -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