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

Allow nonstandard close statuses in ManagedWebSocket #83713

Closed
wants to merge 1 commit into from

Commits on Mar 21, 2023

  1. Add additional close statuses in ManagedWebSocket

    Add ServiceRestart (1012), TryAgainLater (1013), and
    BadGateway (1014) to the list of `WebSocketCloseStatus`
    values and allow them to be used as valid WebSocket
    close statuses so we don't reject the close and discard
    the status description.
    Fixes dotnet#82602
    IDisposable committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c03e8be View commit details
    Browse the repository at this point in the history