chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.99k stars 1.23k forks source link

Missing colon symbol in stream.hpp #1401

Open melroy89 opened 11 months ago

melroy89 commented 11 months ago

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