You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed Connection: close header by default, unless running node < 0.11.4. This should make multiple requests to a server run much faster. More info about this on the readme.
Improved the way post bodies can be set through parameters. Nothing breaking though.
Ensure socket 'end' listener is removed, otherwise we might get 'possible event emitter leak' as those sockets get reused. This fixes the issue reported on #126, where posting huge strings would break Needle.
Added support for checkServerIdentity option for TLS.