Skip to content

fix(ntlm authentication)#149

Merged
chimurai merged 1 commit into
masterfrom
fix-ntlm
Mar 2, 2017
Merged

fix(ntlm authentication)#149
chimurai merged 1 commit into
masterfrom
fix-ntlm

Conversation

@chimurai

@chimurai chimurai commented Mar 2, 2017

Copy link
Copy Markdown
Owner

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

coveralls commented Mar 2, 2017

Copy link
Copy Markdown

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
Copy Markdown

Coverage Status

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

@coveralls

Copy link
Copy Markdown

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