Skip to content

node-etcd should not modify the options object passed by the client #69

Closed
@rohitkul

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions