Skip to content

v1.0.0

Compare
Choose a tag to compare
@tomas tomas released this 24 Feb 00:40
· 376 commits to master since this release
  • 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.