Closed
Bug 1047474
Opened 11 years ago
Closed 11 years ago
spdy/h2 dispatch with shift-reload sometimes sticks
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: mcmanus, Assigned: mcmanus)
Details
(Whiteboard: [spdy])
Attachments
(1 file)
1.11 KB,
patch
|
u408661
:
review+
|
Details | Diff | Splinter Review |
This is pretty much only visible (or at least much more visible) on spdy proxying because of the way the half open sockets interact - but its actually a core spdy/h2 issue.
basically - connection entries can have queued data that don't get released when the half open socket is connected because we don't yet know for sure what http version is being spoken. That queue needs to be re-released after spdy is established.
Assignee | ||
Updated•11 years ago
|
Whiteboard: [spdy]
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8466260 -
Flags: review?(hurley)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mcmanus
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 years ago
|
||
Your results will be at https://tbpl.mozilla.org/?tree=Try&rev=9b6c5fde1305
Attachment #8466260 -
Flags: review?(hurley) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•