chriskohlhoff / asio

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

Missing colon symbol in stream.hpp #1401

Open melroy89 opened 6 months ago

melroy89 commented 6 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...