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

http: support server options on createServer #19461

Closed

Conversation

wesleytodd
Copy link
Member

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

The feature and docs were added in #15752, but it looks like the http.createServer call was missed. I looked for someone else fixing this issue but did not find it.

Also this is my first PR, and I tried to follow all the contribution instructions but I may have missed something, so any help with what else I am missing would be great. Thanks in advance.

@nodejs-github-bot nodejs-github-bot added the http Issues or PRs related to the http subsystem. label Mar 19, 2018
Copy link
Contributor

@evanlucas evanlucas left a comment

Choose a reason for hiding this comment

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

@wesleytodd
Copy link
Member Author

I am not sure what failed here. I ran the tests locally and they passed, and that console output is a bit tough to decipher. Can someone point me to what is actually broken and where I can see the output?

@wesleytodd
Copy link
Member Author

Are these the output from the actual failures?

https://ci.nodejs.org/job/node-test-commit-plinux/nodes=ppcle-ubuntu1404/16151/console
https://ci.nodejs.org/job/node-test-commit-linux/nodes=debian8-x86/17181/console

I don't see any directly actionable output, but I don't really know what I am looking for here.

@lpinca lpinca added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 20, 2018
@lpinca
Copy link
Member

lpinca commented Mar 20, 2018

@wesleytodd failures are unrelated, don't worry about that.

@tniessen
Copy link
Member

Landed in 42d8ea0, thank you and congratulations on becoming a Node.js contributor! 🎉

@tniessen tniessen closed this Mar 25, 2018
tniessen pushed a commit that referenced this pull request Mar 25, 2018
PR-URL: #19461
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Mar 30, 2018
PR-URL: #19461
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@targos targos removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 4, 2018
@targos targos mentioned this pull request Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
http Issues or PRs related to the http subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants