Closed
Bug 718206
Opened 13 years ago
Closed 13 years ago
spdy socket transport event bugs
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: mcmanus, Assigned: mcmanus)
Details
(Whiteboard: [spdy])
Attachments
(1 file)
11.92 KB,
patch
|
mayhemer
:
review+
|
Details | Diff | Splinter Review |
the current code has all manner of problems in getting the right event to the right transaction.
take the approach of pipelining and suppress most read and write events that come from the socket transport and instead generate them from the transaction at the correct time.
this gives good results in firebug.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → mcmanus
Attachment #588666 -
Flags: review?(honzab.moz)
Assignee | ||
Updated•13 years ago
|
Whiteboard: [spdy]
Comment 2•13 years ago
|
||
Comment on attachment 588666 [details] [diff] [review]
patch 0
Review of attachment 588666 [details] [diff] [review]:
-----------------------------------------------------------------
Didn't test by my self, but looks good.
r=honzab.
Attachment #588666 -
Flags: review?(honzab.moz) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
You need to log in
before you can comment on or make changes to this bug.
Description
•