Closed
Bug 76875
Opened 24 years ago
Closed 24 years ago
Add reconnectConnection() and closeConnection() to LDAP service
Categories
(Directory :: LDAP XPCOM SDK, defect, P4)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: leif, Assigned: leif)
References
Details
I believe we need to add these two methods, to prepare for handling connection
timeouts and reconnection events. The names might change, it's just a
suggestion.
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•24 years ago
|
||
reconnectConnection is currently implemented in #70422 already. It basically
forces the LDAP Service to create a new connection. This is not ideal, but we
could solve some of the "reconnect" issues with bug #76782.
Depends on: 76782
Assignee | ||
Comment 2•24 years ago
|
||
|ReconnectConnection()| was already added to the |nsLDAPService|, only the
closeConnection() is needed (which we might do without).
Blocks: 17880
Priority: -- → P4
Comment 3•24 years ago
|
||
Under what circumstances would someone call closeConnection?
Assignee | ||
Comment 4•24 years ago
|
||
Not sure... :) Maybe it's not needed at all.
-- Leif
Comment 5•24 years ago
|
||
reconnectionConnection was implemented as part of 70422. Leif, Srilatha and I
can't think of a case when closeConnection would be absolutely required, so we're
closing this bug as fixed. If it turns out that we're wrong, we can always open
another bug.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 7•23 years ago
|
||
reconnectConnection() is implemented
marking as verified
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•