Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ntlm authentication) #149

Merged
merged 1 commit into from
Mar 2, 2017
Merged

fix(ntlm authentication) #149

merged 1 commit into from
Mar 2, 2017

Conversation

chimurai
Copy link
Owner

@chimurai chimurai commented Mar 2, 2017

fix #39 - proxy ntlm authentication

_stream_writable.js:361
  cb();
  ^

TypeError: cb is not a function
    at afterWrite (_stream_writable.js:361:3)
    at onwrite (_stream_writable.js:352:7)
    at WritableState.onwrite (_stream_writable.js:89:5)
    at Socket._writeGeneric (net.js:714:5)
    at Socket._write (net.js:724:8)
    at doWrite (_stream_writable.js:307:12)
    at writeOrBuffer (_stream_writable.js:293:5)
    at Socket.Writable.write (_stream_writable.js:220:11)
    at Socket.write (net.js:650:40)
    at ClientRequest.OutgoingMessage._writeRaw (_http_outgoing.js:167:23)

@coveralls
Copy link

coveralls commented Mar 2, 2017

Coverage Status

Coverage remained the same at 96.97% when pulling 58910af on fix-ntlm into 8689cb4 on master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.97% when pulling 58910af on fix-ntlm into 8689cb4 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.97% when pulling 58910af on fix-ntlm into 8689cb4 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Api behind Basic authentication and NTLM authentication
2 participants