Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 27, 2025

The CloseAsync and CloseOutputAsync methods referenced draft-ietf-hybi-thewebsocketprotocol-06 instead of the finalized RFC 6455.

Changes

  • Updated CloseAsync summary and remarks to reference https://datatracker.ietf.org/doc/html/rfc6455
  • Updated CloseOutputAsync summary to reference https://datatracker.ietf.org/doc/html/rfc6455

All references now point to the official WebSocket protocol specification.

Original prompt

This section details on the original issue you should resolve

<issue_title>Documentation for System.Net.WebSockets.WebSocket links to draft RFC instead of final RFC</issue_title>
<issue_description>### Type of issue

Other (describe below)

Description

The summary of both CloseAsync and CloseOutputAsync links to the draft RFC for WebSockets instead of the finalized RFC 6455.

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.net.websockets.websocket.closeoutputasync?view=net-9.0

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Net.WebSockets/WebSocket.xml

Document Version Independent Id

da96eefc-5b5a-1efb-b49a-121aa9a0f433

Platform Id

1f014a61-9f1a-a707-d534-7ea883004e4e

Article author

@karelz</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 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.

Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix WebSocket documentation links to final RFC 6455 Replace draft WebSocket RFC with final RFC 6455 in API documentation Oct 27, 2025
Copilot AI requested a review from gewarren October 27, 2025 19:48
Copilot finished work on behalf of gewarren October 27, 2025 19:48
@gewarren gewarren marked this pull request as ready for review October 27, 2025 19:51
@gewarren gewarren requested a review from a team as a code owner October 27, 2025 19:51
Copilot AI review requested due to automatic review settings October 27, 2025 19:51
Copy link

Copilot AI left a 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 CloseAsync and CloseOutputAsync method documentation

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@gewarren gewarren requested a review from a team October 27, 2025 23:25
@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @dotnet/ncl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation for System.Net.WebSockets.WebSocket links to draft RFC instead of final RFC

2 participants