Bug 1546410 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.

A connection can be started from several reasons:
* a normal requested connection from the HTML page
* a XHR / fetch from the JS code
* preconnect heuristics
* dns-prefetch/prefetch/preconnect in the HTML page

It would be useful to know why a connection has been started. Bonus point to report the full cause's stack.
A request can be started from several reasons:
* a normal requested request from the HTML page
* a XHR / fetch from the JS code
* preconnect heuristics
* dns-prefetch/prefetch/preconnect in the HTML page

It would be useful to know why a request has been started. Bonus point to report the full cause's stack.

Back to Bug 1546410 Comment 0