Closed
Bug 1527384
Opened 6 years ago
Closed 5 years ago
[socket process] Make SpeculativeConnect work
Categories
(Core :: Networking, task, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: kershaw, Assigned: kershaw)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(4 files)
To make SpeculativeConnect work, we need to figure out how to handle nsIInterfaceRequestor and NullHttpTransaction first.
Comment 1•6 years ago
|
||
A simple patch
Comment 2•6 years ago
|
||
https://hg.mozilla.org/projects/larch/rev/7cf93f50ce55daf534182c6a8f73c0852b741102
leave open intentionally since we only deal with non-socket-process case
Assignee | ||
Updated•5 years ago
|
Type: enhancement → task
Priority: P2 → P3
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → kershaw
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Priority: P3 → P2
Assignee | ||
Comment 5•5 years ago
|
||
Pushed by kjang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/99443b4dc235
Make net_EnsurePSMInit() work on socket process r=dragana
https://hg.mozilla.org/integration/autoland/rev/c6e425ad75f9
Implement SpeculativeConnect for socket process r=dragana
https://hg.mozilla.org/integration/autoland/rev/8f3e6d0d008c
Introduce PAltSvcTransaction for carrying the validated result from socket process to parent process r=dragana
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/99443b4dc235
https://hg.mozilla.org/mozilla-central/rev/c6e425ad75f9
https://hg.mozilla.org/mozilla-central/rev/8f3e6d0d008c
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•