SamDecrock / node-http-ntlm

Node.js module to authenticate using HTTP NTLM
MIT License
192 stars 89 forks source link

Requiring node v0.11 #26

Closed kjvalencik closed 8 years ago

kjvalencik commented 9 years ago

In https://github.com/SamDecrock/node-http-ntlm/commit/c229d602d386fff137598ff8d477c15f03ac7dc3 you switched the engine version to >=0.11.0. It appears to work fine in v0.10.38. Is this just an oversight or am I missing some dependency that requires a newer version?

Thanks!

@cphoover

SamDecrock commented 8 years ago

I'm now using the built-in https.Agent so I'm lowering the version again.