Skip to content

http: make path null in Agent#createSocket

Rodrigo Muino Tomonari requested to merge github/fork/evanlucas/agentpath into v0.10

This prevents net.createConnection from thinking the request should be made using a unix socket. Without this fix, test/simple/test-http-agent-path.js will emit a ENOTSOCK error.

Merge request reports

Loading