Closed
Bug 65665
Opened 24 years ago
Closed 24 years ago
Why can mTransport be null in AdvanceToNextRequest?
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
VERIFIED
INVALID
Future
People
(Reporter: dbaron, Assigned: darin.moz)
Details
Bug 52492 was about crashes in nsHTTPPipelinedRequest::AdvanceToNextRequest
caused by mTransport being null. This only happened on some machines. To
fix the topcrash, a null check was added.
This bug is being written so that you can figure out why it was null (since it
should never be), fix it, and remove the null check (leaving the assertion).
| Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → Future
| Assignee | ||
Updated•24 years ago
|
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 1•24 years ago
|
||
AdvanceToNextRequest no longer exists in the code base as of the http branch
landing. ->INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•