node-etcd should not modify the options object passed by the client #69
Closed
Description
Line 30 causes the options object, passed by the client, to be mutated, which is not desirable and may cause side effects if the same object is used for asynchronous calls
options.synchronous = true
https://github.com/stianeikeland/node-etcd/blob/master/src/index.coffee
Metadata
Assignees
Labels
No labels