Closed
Bug 755316
Opened 13 years ago
Closed 13 years ago
nullhttptransaciton based spdystream does not finish
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: mcmanus, Assigned: mcmanus)
Details
(Whiteboard: [sdpy][http-conn])
Attachments
(1 file)
1.72 KB,
patch
|
mayhemer
:
review+
|
Details | Diff | Splinter Review |
spdystream expects its transaction to produce an http request that it gateways into spdy. a nullHttpTransaction does not do that, and the spdystream will pretty much wait for it to do so until it is timed out (even though NullHttpTransaction has retured BASE_STREAM_CLOSED).
Null transactions only exist on nightly. I haven't been able to produce anything bad with this code path, but it explains why some objects in my log take longer than expected to go away. They might even effectively leak.
Assignee | ||
Comment 1•13 years ago
|
||
![]() |
||
Comment 2•13 years ago
|
||
Comment on attachment 624055 [details] [diff] [review]
patch 0
Review of attachment 624055 [details] [diff] [review]:
-----------------------------------------------------------------
r=honzan
Attachment #624055 -
Flags: review?(honzab.moz) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Target Milestone: --- → mozilla15
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
![]() |
||
Updated•13 years ago
|
Whiteboard: [sdpy] → [sdpy][http-conn]
You need to log in
before you can comment on or make changes to this bug.
Description
•