Bug 1878506 - Disable speculative connections in test_verify_traffic.js r=necko-revie...
commit79ddc850db8442ddd1835827de8f368f75f896fe
authorValentin Gosu <valentin.gosu@gmail.com>
Tue, 13 Feb 2024 09:47:07 +0000 (13 09:47 +0000)
committerValentin Gosu <valentin.gosu@gmail.com>
Tue, 13 Feb 2024 09:47:07 +0000 (13 09:47 +0000)
tree7b8c1a9c35ce2658b2abd2189f8cb8bd32103429
parentfb26207af7d8ea2b4962db9beda92b09d1fa3275
Bug 1878506 - Disable speculative connections in test_verify_traffic.js r=necko-reviewers,kershaw

This is a workaround for bug 1878505.
The problem is that when speculative connections are enabled, the
SpeculativeTransaction will call FetchHTTPSRR. This ends up resolving after
the real connection has been established, leading to an extra connection.
This seems incorrect.

Differential Revision: https://phabricator.services.mozilla.com/D200787
netwerk/test/unit/test_verify_traffic.js