asio
asio copied to clipboard
Missing colon symbol in stream.hpp
Add missing colon symbol in ssl/stream.hpp example code.
Ps. I'm also not sure about the default context in your example, should that not be a client context (eg. boost::asio::ssl::context::tlsv12_client
)? But I digress...