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

relnote(Fx132): HTTP/2 Server Push deactivated by default #36148

Merged
merged 2 commits into from
Oct 10, 2024

Conversation

bsmth
Copy link
Member

@bsmth bsmth commented Oct 1, 2024

HTTP/2 Server Push is being unshipped everywhere. This is landing in the 132 Fx release.

https://groups.google.com/a/mozilla.org/g/dev-platform/c/vU9hJg343U8/m/4cZsHz7TAQAJ

Context:

Two years ago Chrome disabled HTTP/2 push citing low use, and recommending the rel="preload" and 103 Early hints as a replacement.
Firefox has continued supporting HTTP/2 push as this wasn't too large of an effort until recently. However in the past few months we've encountered some webcompat bugs only affecting Firefox through HTTP/2 push: bug 1915830. This means that if webservers and websites use push and don't test in Firefox, this feature can potentially cause websites to stop working only in Firefox (eg bug 1913100)
Though we will pref it off now, the implementation will remain in the tree for a while longer. Most likely we will remove it completely before we branch for ESR 140 in the spring of next year.

Related issues and pull requests:

@bsmth bsmth requested a review from a team as a code owner October 1, 2024 12:45
@bsmth bsmth requested review from pepelsbey and removed request for a team October 1, 2024 12:45
@github-actions github-actions bot added Content:Firefox Content in the Mozilla/Firefox subtree size/xs [PR only] 0-5 LoC changed labels Oct 1, 2024
@bsmth bsmth mentioned this pull request Oct 1, 2024
8 tasks
Copy link
Contributor

github-actions bot commented Oct 1, 2024

Preview URLs

External URLs (1)

URL: /en-US/docs/Mozilla/Firefox/Releases/132
Title: Firefox 132 for developers

(comment last updated: 2024-10-10 03:11:13)

Copy link
Contributor

@dipikabh dipikabh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@dipikabh dipikabh merged commit 16197cb into mdn:main Oct 10, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Firefox Content in the Mozilla/Firefox subtree size/xs [PR only] 0-5 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants