Closed
Bug 36445
Opened 25 years ago
Closed 25 years ago
HTTP doesn't notify consumers on load failure
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jud, Assigned: ruslan)
Details
nsCOMPtr<nsIStreamListener> consumer;
req -> mConnection -> GetResponseDataListener (getter_AddRefs
(consumer));
req -> mConnection -> ResponseCompleted (nsnull, rv, i_Msg);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Ooops - this is a bug
I'll check this in tonight,
Ruslan
Fixed
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•