-
Notifications
You must be signed in to change notification settings - Fork 17.1k
Closed
Copy link
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a bug report that matches the one I want to file, without success.
Electron Version
35.2.0
What operating system(s) are you using?
Windows, macOS
Operating System Version
All
What arch are you using?
x64
Last Known Working Electron version
No response
Expected Behavior
The priority header, request priority and priority incremental flag should be customizable.
Actual Behavior
the request priority is net::IDLE and priority incremental flag is on by default.
Testcase Gist URL
No response
Additional Information
The priority header is literally hardcoded to u=4, i for all requests since the request priority is net::IDLE and priority incremental flag is on by default. This should be fully customizable otherwise some firewalls may not like these requests and block them.
Reactions are currently unavailable