Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix type in namespace of ssl/stream example #428

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Dec 26, 2023

  1. Fix type in namespace of ssl/stream example

    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...
    melroy89 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    5a80671 View commit details
    Browse the repository at this point in the history