aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-05-23 15:02:42 -0400
committerJack Lloyd <[email protected]>2019-05-23 15:02:42 -0400
commita6e2680fbe2f964cbf00104dc8c2cf009105f94c (patch)
treeebdb705b066b47505e96d8119a1eeb2d75f2901e /src/lib
parentdce6a74d15fcf7c0844f3012c319f18f8c937b3b (diff)
parentc2deac5509eea069e83dfb8d6535549c62474959 (diff)
Merge GH #1968 Document TLS::Stream
Diffstat (limited to 'src/lib')
-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,