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 default server config to listen on both IPv4 and IPv6 #41

Merged
merged 1 commit into from
Dec 24, 2017

Conversation

demurgos
Copy link
Contributor

This commit is a fix following the PR #39. This PR changed the
default behavior of the server to listen on all interfaces (both
IPv4 and IPv6). This commit was missing the update of the default
configuration, causing the server to still listen only to IPv4 by
default. The current commit fixes this error by using undefined
(Node's default) for the IP.

As opposed to #39, this PR should be considered as a patch
(for the semver version) because the change of the default was
already documented for the version 0.3.0.

This commit is a fix following the PR hexojs#39. This PR changed the
default behavior of the server to listen on all interfaces (both
IPv4 and IPv6). This commit was missing the update of the default
configuration, causing the server to still listen only to IPv4 by
default. The current commit fixes this error by using `undefined`
(Node's default) for the IP.

- See hexojs#35
- See hexojs#39
@demurgos demurgos added the bug label Dec 22, 2017
@demurgos demurgos requested a review from NoahDragon December 22, 2017 22:57
@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.495% when pulling bc8ed82 on demurgos:issue-35 into f1f2c28 on hexojs:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.495% when pulling bc8ed82 on demurgos:issue-35 into f1f2c28 on hexojs:master.

Copy link
Member

@NoahDragon NoahDragon left a comment

Choose a reason for hiding this comment

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

LGTM

@demurgos demurgos merged commit bc8ed82 into hexojs:master Dec 24, 2017
@demurgos demurgos deleted the issue-35 branch December 24, 2017 09:42
@demurgos
Copy link
Contributor Author

Thanks. Could you bump the version to 0.3.1 and publish it to npm?

@demurgos
Copy link
Contributor Author

@NoahDragon
I see that you updated the version on Github but the version on npm is still 0.3.0. Could you check it?

@NoahDragon
Copy link
Member

@demurgos will do it soon. Just back from vacation.

@NoahDragon
Copy link
Member

It's on NPM now.

@demurgos
Copy link
Contributor Author

demurgos commented Jan 2, 2018

Thanks

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

Successfully merging this pull request may close these issues.

3 participants