Closed
Bug 1360591
Opened 8 years ago
Closed 8 years ago
Implement buffer-full pushback in e10s
Categories
(Core :: Networking: HTTP, enhancement)
Core
Networking: HTTP
Tracking
()
RESOLVED
DUPLICATE
of bug 1280629
People
(Reporter: mayhemer, Unassigned)
Details
problem:
- unconsumed data are piled w/o a limit in the child target thread queue as OnDataAndTransport runnables
- these can block running results of processing that data so that those won't even be shown on the screen (bug 1352642, still needs to confirm this)
- there is no push back on the server (socket) to stop receiving data when we are slow to process them or are simply coming too fast
I think we already have a bug for this, just can't find it.
Honza, I think the dup you're looking for is bug 1280629, yes?
Flags: needinfo?(honzab.moz)
![]() |
Reporter | |
Comment 2•8 years ago
|
||
Yes! And I already commented on that one too.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(honzab.moz)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•