Open
Bug 334494
Opened 19 years ago
Updated 2 years ago
nsSAXXMLReader::parseFromStream needs to set channel status correctly
Categories
(Core :: XML, defect)
Tracking
()
NEW
People
(Reporter: sayrer, Unassigned)
References
Details
nsInputStreamChannel is smart and if it's already canceled will
ignore Cancel() calls. You could make a similar change on 1.8 branch, I
suppose, so you don't have to copy this SyncChannelStatus thing. Or you could
just Cancel() if rv is a failure and not worry about clobbering an existing
error status if there is one. But we do need to do something, both trunk and
branch.
Reporter | ||
Comment 1•19 years ago
|
||
(In reply to comment #0)
> nsInputStreamChannel is smart and if it's already canceled will
> ignore Cancel() calls.
On trunk, that is.
Updated•15 years ago
|
QA Contact: ashshbhatt → xml
Reporter | ||
Updated•5 years ago
|
Assignee: sayrer → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•