-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Update Firefox HTTP/2 WebSocket documentation - enabled by default in version 128+ with renamed config preference #36212
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
Conversation
Co-authored-by: wadepickett <[email protected]>
@copilot, your suggested updates may not be entirely correct. Verify if this statement is more correct and if so, make the changes necessary to be clear and accurate: |
Co-authored-by: wadepickett <[email protected]>
You're correct. I've verified that Firefox version 128 is when HTTP/2 WebSockets were enabled by default. Updated all three files with the more precise statement you suggested. Commit: c802548 → [new commit]
You're correct. I've verified that Firefox version 128 is when HTTP/2 WebSockets were enabled by default. Updated all three files with the more precise statement you suggested. Commit: fd9d980 |
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.
Looks good now after 1 correction cycle in discussion. Approved.
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
Updates Firefox HTTP/2 WebSocket documentation to reflect current browser capabilities and configuration settings. Firefox version 128+ now has HTTP/2 WebSockets enabled by default, eliminating the need for manual configuration that was previously required.
Key changes:
- Updated browser support information to include Firefox 128+ as having HTTP/2 WebSockets enabled by default
- Corrected the Firefox configuration preference name from the deprecated
network.http.spdy.websockets
to the currentnetwork.http.http2.websockets
- Updated documentation metadata date to reflect the changes
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
aspnetcore/fundamentals/websockets.md | Updated main WebSocket documentation with current Firefox support information and refreshed metadata date |
aspnetcore/fundamentals/websockets/includes/websockets8.md | Updated ASP.NET Core 8.0 include file with corrected Firefox HTTP/2 WebSocket information |
aspnetcore/fundamentals/websockets/includes/websockets7.md | Updated ASP.NET Core 7.0 include file with corrected Firefox HTTP/2 WebSocket information |
Description
This PR updates outdated information about Firefox's HTTP/2 WebSocket support across all ASP.NET Core version documentation files.
Changes
The documentation previously stated that Firefox required manual configuration to enable HTTP/2 WebSockets via the
network.http.spdy.websockets
flag inabout:config
. This information is no longer accurate:network.http.spdy.websockets
tonetwork.http.http2.websockets
Updated Files
aspnetcore/fundamentals/websockets.md
(ASP.NET Core 9.0+)aspnetcore/fundamentals/websockets/includes/websockets8.md
(ASP.NET Core 8.0)aspnetcore/fundamentals/websockets/includes/websockets7.md
(ASP.NET Core 7.0)Before
After
Additional Changes
ms.date
metadata to10/13/2025
inwebsockets.md
as required for documentation changesFixes #36204
Related Links
Original prompt
Fixes #36204
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.
Internal previews