-
Couldn't load subscription status.
- Fork 1.6k
Replace draft WebSocket RFC with final RFC 6455 in API documentation #11982
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the WebSocket API documentation to reference the finalized RFC 6455 specification instead of the outdated draft-ietf-hybi-thewebsocketprotocol-06.
Key Changes:
- Updated three documentation references from the draft WebSocket RFC to the official RFC 6455 specification
- Changes affect
CloseAsyncandCloseOutputAsyncmethod documentation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Tagging subscribers to this area: @dotnet/ncl |
The
CloseAsyncandCloseOutputAsyncmethods referenced draft-ietf-hybi-thewebsocketprotocol-06 instead of the finalized RFC 6455.Changes
CloseAsyncsummary and remarks to referencehttps://datatracker.ietf.org/doc/html/rfc6455CloseOutputAsyncsummary to referencehttps://datatracker.ietf.org/doc/html/rfc6455All references now point to the official WebSocket protocol specification.
Original prompt
System.Net.WebSockets.WebSocketlinks to draft RFC instead of final RFC #11977💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.