Patrick Mooney
Patrick Mooney
Per the rfc4511, there's no defined response to an AbandonRequest. The existence of such an object is misleading.
The unbind flag, used to prevent automatic reconnect during manual unbind, is cleared at the end of the disconnect process. This state could be useful for examining disconnect client state...
Whenever a client enters/leaves a state of idleness (when configured to track such events via idleTimeout), it would be useful to record a timestamp. This would aid postmortem debugging.
It appears that only client.search exposes received message controls via the EventEmitter during searchResult parsing. Some other actions (see #186) would benefit from access to control information at the time...
Perhaps set some flag on the SearchRequest when '+' is observed in the attribute list?
When attempting to fire a probe which has not been defined, nodejs 0.12.0 will abort with this error: > FATAL ERROR: v8::Object::GetAlignedPointerFromInternalField() Not a Smi > Abort (core dumped) I've...
This will help with the [illumos target](https://github.com/rust-lang/rust/issues/55553) effort.
While troubleshooting #91, I found the "width" mention misleading in this specific context.
As part of the preparation for rust-lang/rust#55553, add support for the Solaris-like illumos target.