fixing support for Unix sockets in native binding (rebased) - #249
Conversation
Binding natively connections to Unix sockets failed due to DNS lookups applied on pathname to Unix socket's folder.
fixing support for Unix sockets in native binding (rebased)
|
This looks good! I'm working on refactoring the connection parameters into a reusable class for both native & pure javascript to use...I'll be sure to add tests & coverage for this scenario. |
|
Oh nice catch! sorry 'bout that On Mon, Apr 20, 2015 at 2:07 PM, redaktor notifications@github.com wrote:
|
|
👍 Sorry, {
host: '/foos_uberspacesocket'
} |
Binding natively connections to Unix sockets failed due to DNS lookups applied on pathname to Unix socket's folder.
I rebased the commit to the master branch. You should be able to merge this now.
Belongs to #179