aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls
diff options
context:
space:
mode:
authorHannes Rantzsch <[email protected]>2019-05-23 18:12:07 +0200
committerHannes Rantzsch <[email protected]>2019-05-23 18:12:07 +0200
commitc2deac5509eea069e83dfb8d6535549c62474959 (patch)
tree94a32fe874cb0d09bb282b63e7ae20b827e692e3 /src/lib/tls
parent087838493a1e44e2e38f4c0ec1151222cef62a5e (diff)
fix Stream::async_handshake documentation
Diffstat (limited to 'src/lib/tls')
-rw-r--r--src/lib/tls/asio/asio_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tls/asio/asio_stream.h b/src/lib/tls/asio/asio_stream.h
index c0f8c73f4..7cdd8d3dd 100644
--- a/src/lib/tls/asio/asio_stream.h
+++ b/src/lib/tls/asio/asio_stream.h
@@ -229,7 +229,7 @@ class Stream
* @param type The type of handshaking to be performed, i.e. as a client or as a server.
* @param handler The handler to be called when the handshake operation completes.
* The equivalent function signature of the handler must be: void(boost::system::error_code)
- * @throws Invalid_Argument if Connection_Side could not be validated
+ * @throws NotImplemented if Connection_Side is not CLIENT
*/
template <typename HandshakeHandler>
BOOST_ASIO_INITFN_RESULT_TYPE(HandshakeHandler,