Closed
Bug 1838498
Opened 2 years ago
Closed 2 years ago
Extend test_speculative_connect.js to cover https
Categories
(Core :: Networking, task, P3)
Core
Networking
Tracking
()
RESOLVED
FIXED
116 Branch
| Tracking | Status | |
|---|---|---|
| firefox116 | --- | fixed |
People
(Reporter: acreskey, Assigned: acreskey)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
The test test_speculative_connect in test_speculative_connect.js is very useful in that it uses the ServerSocket and listener to verify that the connection was made.
This bug is to also add an https test case.
| Assignee | ||
Comment 1•2 years ago
|
||
Extending this test to cover https since that's most connections. Tested negative case by cancelling https connections in nsHttpHandler::SpeculativeConnectInternal
Pushed by acreskey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/48e95e86f4c7
Extend test_speculative_connect.js to cover https r=necko-reviewers,kershaw
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•