Closed
Bug 75989
Opened 24 years ago
Closed 4 years ago
nsLDAPService::RequestConnection() can call listener before returning
Categories
(Directory :: LDAP XPCOM SDK, defect, P4)
Tracking
(Not tracked)
RESOLVED
INACTIVE
Future
People
(Reporter: leif, Unassigned)
References
Details
I don't know if this a really bad thing or not... But, if the LDAP Service does
have a connection "cached", it will currently call the callback/listeners
OnLDAPMessage() method immediately, even before RequestConnection() is returned.
I'm not sure how to "solve" this, I don't want to stall the thread where
RequestConnection() is, that's for sure. In any case, I'm filing this as a bug
for the future, for now this behaviour is documented in the source.
Reporter | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P4
Updated•23 years ago
|
Target Milestone: mozilla0.9.2 → mozilla0.9.3
Updated•23 years ago
|
Target Milestone: mozilla0.9.3 → mozilla1.0
Reporter | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla0.9.7
Comment 3•23 years ago
|
||
Moving out of 0.9.7. Feel free to move them past 0.9.8.
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Comment 4•23 years ago
|
||
Mass change: pushing out 0.9.8 bugs, as I'm concentrating feature work now.
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Comment 5•23 years ago
|
||
Moving out based on the P4 priority.
Target Milestone: mozilla0.9.9 → Future
Updated•20 years ago
|
Assignee: dmose → nobody
Comment 6•16 years ago
|
||
Filter on "Nobody_NScomTLD_20080620"
Assignee: nobody → dmose
QA Contact: olgac → xpcom
Updated•7 years ago
|
Assignee: dmose → nobody
Comment 7•4 years ago
|
||
Moot point.
nsLDAPService
wasn't being used, and was mostly culled in Bug 1672902 (https://hg.mozilla.org/comm-central/rev/75d7bbd322cc).
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•