asio icon indicating copy to clipboard operation
asio copied to clipboard

Missing colon symbol in stream.hpp

Open melroy89 opened this issue 1 year ago • 0 comments

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

melroy89 avatar Dec 26 '23 04:12 melroy89