Closed
Bug 31667
Opened 25 years ago
Closed 25 years ago
Threadsafe assertion in nsHTTPResponse.cpp
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: troy, Assigned: gagan)
Details
I'm getting occasional assertions about threadsafe addref/release when running
the table regression tests in the nsHTTPResponse code (nsHTTPResponse.cpp in
netwerk/http/src)
This patch fixes it:
Index: nsHTTPResponse.cpp
===================================================================
RCS file: /cvsroot/mozilla/netwerk/protocol/http/src/nsHTTPResponse.cpp,v
retrieving revision 1.30
diff -r1.30 nsHTTPResponse.cpp
60c60
< NS_IMPL_ISUPPORTS(nsHTTPResponse, NS_GET_IID(nsISupports))
---
> NS_IMPL_THREADSAFE_ISUPPORTS(nsHTTPResponse, NS_GET_IID(nsISupports))
fixed. will be checked in when the tree opens...
Status: NEW → ASSIGNED
fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•