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

In TLS build of library, support both TLS and non-TLS connections. #137

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

Commits on Dec 8, 2016

  1. In TLS build of library, support both TLS and non-TLS connections.

    The choice is made at runtime, if a TLS URI (https:// or wss://) is
    given, the TLS client will be used, otherwise the non-TLS client will be
    used.
    
    Additionally, a new constructor is introduced allowing the URI to be
    passed at construction, which allows the above selection to occur,
    otherwise only the default for the library (TLS or non-TLS) will be used
    (preserving the original behavior).
    joelnordell committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    20ce61d View commit details
    Browse the repository at this point in the history