-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Labels
Description
As mentioned in various places (see references below), informational responses like 103 Early Hints were previously not common, and may cause issues for clients that do not expect these. Should we restrict 103 Early Hints in the browser context to HTTP/2 or later as most implementations have done so far?
- 103 Early Hints RFC 8297 Security Considerations
- Chrome only implemented support on HTTP/2 or above
- Safari only implemented support on HTTP/2 or above
- Cloudflare only implemented support on HTTP/2 or above
- Fastly only implemented support on HTTP/2 or above
- Apache only implemented support on HTTP/2 or above
In fact the only HTTP/1.1 implementation I am aware of is Firefox, but this still has not been enabled by default.