boostorg / asio

Boost.org asio module
http://boost.org/libs/asio
1.25k stars 418 forks source link

Fix type in namespace of ssl/stream example #428

Open melroy89 opened 11 months ago

melroy89 commented 11 months ago

Fix a missing colon symbol as well as boost:: in the asio/ssl/stream.hpp example.

Ps. I'm also not sure about the default context should that not be a client context (eg. boost::asio::ssl::context::tlsv12_client). But I digress...

The source code in this repository is generated from an upstream repository at https://github.com/chriskohlhoff/asio.

Please consider raising new pull requests at https://github.com/chriskohlhoff/asio/pulls.