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

WebSocket: allow HTTP(S) URLs #39955

Merged
merged 4 commits into from
May 12, 2023
Merged

WebSocket: allow HTTP(S) URLs #39955

merged 4 commits into from
May 12, 2023

Commits on May 11, 2023

  1. WebSocket: allow HTTP(S) URLs

    This makes it possible for people to pass relative URLs. They are immediately translated to the ws: or wss: scheme.
    
    This change also removes a number of redundant tests.
    annevk committed May 11, 2023
    Configuration menu
    Copy the full SHA
    0856228 View commit details
    Browse the repository at this point in the history
  2. Update Create-http-urls.any.js

    annevk committed May 11, 2023
    Configuration menu
    Copy the full SHA
    6ea0d7d View commit details
    Browse the repository at this point in the history
  3. more nits

    annevk committed May 11, 2023
    Configuration menu
    Copy the full SHA
    89ffad9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c01ab52 View commit details
    Browse the repository at this point in the history