node-ldapjs/lib/client
Patrick Mooney d20308265a Circumvent lack of 'close' event for tls sockets
It appears that in node.js (at least recent versions), the 'close' event
is not emitted by TLS sockets.  The CleartextStream class specifies that
the 'close' event is optional, so such operation is allowed.  In order
to compensate, the event can be trapped at the raw net.socket instead.

Fix mcavage/node-ldapjs#161
2014-01-23 10:06:40 -06:00
..
client.js Circumvent lack of 'close' event for tls sockets 2014-01-23 10:06:40 -06:00
index.js option.maxConnections of 1 should not create a ClientPool 2012-08-03 15:53:25 -07:00
pool.js Fix error event handling for pooled clients 2014-01-17 10:47:51 -06:00