Currently whether Early Hints preload are started is controlled with the `network.early-hints.enabled` config. Later on when `network.preload` is disabled, these early hint responses aren't acted on and stopped with the timer after 10s. This should be resolved either by: 1. not starting early hint preloads when `network.preload` is `false` or 2. using the preloads in content process when `network.early-hints.enabled` is true
Bug 1810546 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Currently whether Early Hints preload are started is controlled with the `network.early-hints.enabled` config. Later on when `network.preload` is disabled, these early hint responses aren't acted on and stopped with the timer after 10s. This should be resolved either by: 1. not starting early hint preloads when `network.preload` is `false` or 2. using the preloads in content process when `network.early-hints.enabled` is `true`