Closed
Bug 1249432
Opened 10 years ago
Closed 10 years ago
fewer h2 parallel conns
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla47
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | fixed |
People
(Reporter: mcmanus, Assigned: mcmanus)
References
Details
(Whiteboard: [necko-active][spdy])
Attachments
(2 files, 1 obsolete file)
|
7.68 KB,
patch
|
u408661
:
review+
|
Details | Diff | Splinter Review |
|
3.55 KB,
patch
|
Details | Diff | Splinter Review |
force more transactions onto the same h2 session when we have opened
more than 1 (in parallel before we know they are h2). Not doing this
can impact h2 push negatively (the push cache misses, but everything
works ok). Its possible this is related to bug 1236650
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8721025 -
Flags: review?(hurley)
| Assignee | ||
Comment 2•10 years ago
|
||
Whiteboard: [necko-active][spdy]
Attachment #8721025 -
Flags: review?(hurley) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8721348 -
Flags: review?(hurley)
| Assignee | ||
Updated•10 years ago
|
Attachment #8721025 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•10 years ago
|
||
this is the interdiff fyi.. it allows push on a stream marked goaway if we aren't using the session cache to store it in.
| Comment hidden (obsolete) |
| Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8721348 [details] [diff] [review]
less h2 parallel conns
Review of attachment 8721348 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM... I always forget about push listeners :/
Attachment #8721348 -
Flags: review?(hurley) → review+
| Assignee | ||
Comment 8•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/19d0559bb450e18fffb8995053553fcff4f87bda
Bug 1249432 - less h2 parallel conns r=hurley
Comment 9•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•