Closed Bug 1834713 Opened 1 year ago Closed 1 year ago

Fix tests using createVersionizedHttpTestServer on http3

Categories

(DevTools :: Debugger, task)

task

Tracking

(firefox115 fixed)

RESOLVED FIXED
115 Branch
Tracking Status
firefox115 --- fixed

People

(Reporter: ochameau, Assigned: ochameau)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

This test helper was using http: URLs instead of https: URLs.
Because of that, when using fetch it got an exception before of the redirect from http to https, which seems to be consistantly happening in http3 while it doesn't in non-http3.

These test were trying to fetch http:// URL which were redirected to https://
and the fetch done by createVersionizedHttpTestServer was throwing.

Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/77499c0d912f
[devtools] Fix test using createVersionizedHttpTestServer on http3. r=jdescottes,devtools-reviewers
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: