Closed
Bug 958712
Opened 11 years ago
Closed 10 years ago
HTTP/2 push continuations not completely implemented
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: u408661, Assigned: u408661)
References
Details
(Whiteboard: [spdy])
Attachments
(3 files)
3.01 KB,
patch
|
mcmanus
:
review+
|
Details | Diff | Splinter Review |
3.74 KB,
patch
|
mcmanus
:
review+
|
Details | Diff | Splinter Review |
6.03 KB,
patch
|
mcmanus
:
review+
|
Details | Diff | Splinter Review |
See bug 950768 comment 25 for the details. Basically, we're missing some queuing logic for push continuations like we have for pull header continuations. We should fix that, and remove the check about kFlag_END_PUSH_PROMISE from around line 1340 of Http2Session.cpp so that we fully support push header continuations.
Attachment #8557264 -
Flags: review?(mcmanus)
Attachment #8557265 -
Flags: review?(mcmanus)
Attachment #8557266 -
Flags: review?(mcmanus)
mozreview doesn't like my multi-bug series of patches, so it's back to splinter for this one. These patches (specifically the one that adds tests) depend on the patches in bug 1127568
Depends on: 1127568
Updated•10 years ago
|
Attachment #8557264 -
Flags: review?(mcmanus) → review+
Updated•10 years ago
|
Attachment #8557266 -
Flags: review?(mcmanus) → review+
Updated•10 years ago
|
Attachment #8557265 -
Flags: review?(mcmanus) → review+
Comment 7•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a93ad0ca3442
https://hg.mozilla.org/mozilla-central/rev/6a529065cc9e
https://hg.mozilla.org/mozilla-central/rev/26ad04ac4ba3
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•