Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

[Ported] fix(connection): default family to undefined rather than 4 #240

Merged
merged 3 commits into from
Nov 21, 2017

Conversation

jlord
Copy link

@jlord jlord commented Nov 20, 2017

This ports #230 fix to the 3.0 branch.

connection_options = { path: self.host };
} else {
connection_options = { port: self.port, host: self.host };
if (self.fmaily !== void 0) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

family

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😱

@mbroadst mbroadst merged commit c1b5e04 into 3.0.0 Nov 21, 2017
@mbroadst mbroadst deleted the port-pr-230 branch November 21, 2017 19:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants