Skip to content

Commit

Permalink
Bug 1932308 - Do not send PRIORITY_UPDATE H2 frames a=pascalc
Browse files Browse the repository at this point in the history
As far as I can tell, this problem occurs regardless of what is
in the PRIORITY_UPDATE frames. I suspect the connection gets closed by
the server because it's receiving a lot of HTTP/2 frames it does not
understand, and treats these as a DoS attack.

I've also tried to convince Chrome to generate a PRIORITY_UPDATE frame
but I was unsuccessful.

My suggestion is to disable sending PRIORITY_UPDATE for now.

Original Revision: https://phabricator.services.mozilla.com/D230929

Differential Revision: https://phabricator.services.mozilla.com/D231065
  • Loading branch information
valenting committed Dec 6, 2024
1 parent 44a1827 commit 44559e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libpref/init/StaticPrefList.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13946,7 +13946,7 @@
# PRIORITY_UPDATE frames.
- name: network.http.http2.priority_updates
type: RelaxedAtomicBool
value: true
value: false
mirror: always

# This pref controls whether to send the
Expand Down

0 comments on commit 44559e1

Please sign in to comment.