Open
Bug 1742061
Opened 3 years ago
Updated 3 years ago
Have `new HttpServer()` support https
Categories
(Core :: Networking, task, P3)
Core
Networking
Tracking
()
NEW
People
(Reporter: ckerschb, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
We currently annotating xpcshell tests because new HttpServer()
does not support https. Given that the web is migrating to http I think it's worth the investment so that our HTTPServer
supports https
as well - thank you!
Comment 1•3 years ago
|
||
The "HTTPServer` used in xpcshell tests (notably extension tests) is https://searchfox.org/mozilla-central/source/netwerk/test/httpserver/httpd.js
The replacement/improvement should ideally have a compatible API.
Comment 2•3 years ago
|
||
We already have something similar here. TRRServer
is a basic http2 server that only returns DNS response. We can use the same mechanism to create a generic server.
Severity: -- → N/A
Priority: -- → P3
Whiteboard: [necko-triaged]
You need to log in
before you can comment on or make changes to this bug.
Description
•