Closed
Bug 387427
Opened 18 years ago
Closed 18 years ago
Stop using nsIAtom in netwerk/
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
INVALID
People
(Reporter: sharparrow1, Assigned: sharparrow1)
References
Details
Attachments
(1 file)
14.84 KB,
patch
|
Details | Diff | Splinter Review |
nsIAtom shouldn't be used in netwerk/ because do_GetAtom isn't threadsafe; see Bug 12755.
Attachment #271528 -
Flags: review?(cbiesinger)
Assignee | ||
Updated•18 years ago
|
Attachment #271528 -
Flags: review?(cbiesinger)
Assignee | ||
Comment 1•18 years ago
|
||
Biesi says these bits are not in fact threadsafe, so nevermind.
Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 2•18 years ago
|
||
(Although it would be nice to not use the NS_IMPL_THREADSAFE_* for non-threadsafe stuff.)
You need to log in
before you can comment on or make changes to this bug.
Description
•