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

Improve WebSocket subprotocol error handling #147

Closed
wants to merge 1 commit into from

Commits on Jul 18, 2013

  1. Improve WebSocket subprotocol error handling

    The WebSocket client would reject server responses that specified a
    subprotocol that wasn't on the client's subprotocol list. This is fine,
    except for the case when the client's subprotocol list is empty.
    
    In that case, the client should accept any server selected subprotocol,
    provided that the header does not appear more than once.
    leedm777 committed Jul 18, 2013
    Configuration menu
    Copy the full SHA
    cd4dcd4 View commit details
    Browse the repository at this point in the history