Closed
Bug 90779
Opened 24 years ago
Closed 24 years ago
<img src="data:text/html,..."> asserts in nsDataChannel::Cancel
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: jruderman, Assigned: neeti)
Details
Attachments
(1 file)
32 bytes,
text/html
|
Details |
An image with a src at a data:text/html, URL asserts in nsDataChannel::Cancel:
nsDataChannel::Cancel
###!!! ASSERTION: nsDataChannel::Cancel:
'Not Reached', file
d:\buildmoz\mozilla\netwerk\protocol\data\src\nsDataChannel.cpp,
line 255
Then I get the same assertion again. (Does that mean Cancel gets called twice?)
Then nsStreamListenerEvent::HandlePLEvent asserts that the cancel failed.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 3•24 years ago
|
||
Stuart - tell me what is going on here. Is this really a bug, or should those
assertions really happen?
Priority: -- → P3
Comment 4•24 years ago
|
||
this looks fine now. marking wfm
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•