Closed
Bug 1874099
Opened 1 year ago
Closed 7 months ago
[ms1] Implement Capsule protocol in HTTP/2
Categories
(Core :: Networking: HTTP, task, P2)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: kershaw, Assigned: kershaw)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(4 files, 1 obsolete file)
Expose an interface from Http2Stream for sending Capsule.
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [necko-triaged]
Comment 1•1 year ago
|
||
Updated•9 months ago
|
Attachment #9422356 -
Attachment is obsolete: true
| Assignee | ||
Comment 2•8 months ago
|
||
Updated•8 months ago
|
Assignee: nobody → kershaw
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•8 months ago
|
||
Depends on D239908
| Assignee | ||
Comment 4•8 months ago
|
||
Depends on D239909
| Assignee | ||
Comment 5•8 months ago
|
||
Depends on D239910
Pushed by kjang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/df4f2f971566
P1: Basic implementation of Capsule, r=necko-reviewers,valentin
https://hg.mozilla.org/integration/autoland/rev/c80dab0a5563
P2: Introduce CapsuleDecoder and CapsuleEncoder, r=necko-reviewers,valentin,mxinden
https://hg.mozilla.org/integration/autoland/rev/3c0ffb911f44
P3: Implement Capsule parser, r=necko-reviewers,valentin
https://hg.mozilla.org/integration/autoland/rev/50de9a9a8d04
P4: Implement Tests for Capsule Parsing, r=necko-reviewers,valentin
Comment 7•7 months ago
|
||
Flags: needinfo?(kershaw)
Pushed by kjang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/03fb1b2d1faf
P1: Basic implementation of Capsule, r=necko-reviewers,valentin
https://hg.mozilla.org/integration/autoland/rev/47de2bd5da6f
P2: Introduce CapsuleDecoder and CapsuleEncoder, r=necko-reviewers,valentin,mxinden
https://hg.mozilla.org/integration/autoland/rev/70bf5945b840
P3: Implement Capsule parser, r=necko-reviewers,valentin
https://hg.mozilla.org/integration/autoland/rev/ab001cb6eb74
P4: Implement Tests for Capsule Parsing, r=necko-reviewers,valentin
| Assignee | ||
Updated•7 months ago
|
Flags: needinfo?(kershaw)
https://hg.mozilla.org/mozilla-central/rev/03fb1b2d1faf
https://hg.mozilla.org/mozilla-central/rev/47de2bd5da6f
https://hg.mozilla.org/mozilla-central/rev/70bf5945b840
https://hg.mozilla.org/mozilla-central/rev/ab001cb6eb74
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
Comment 10•7 months ago
|
||
:kershaw did you want to mention this in the 138 release notes? please nominate if so.
Flags: needinfo?(kershaw)
| Assignee | ||
Comment 11•7 months ago
|
||
(In reply to Dianna Smith [:diannaS] from comment #10)
:kershaw did you want to mention this in the 138 release notes? please nominate if so.
No, not yet. The work of WebTransport over HTTP/2 is not done.
Flags: needinfo?(kershaw)
You need to log in
before you can comment on or make changes to this bug.
Description
•