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 example: remove case statement to respond to all requests #155

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

joeyguerra
Copy link

I was trying to execute http/app by itself because I didn’t understand
how to run the example. So I added comments to app.js with a little
direction on how to get the example up and running. I was also adding
paths to the URL and the http server wouldn’t finish the req/resp
communication. So I removed the case statement in app.js so that it
responds for every request to make it more robust.

Joey Guerra added 2 commits November 28, 2015 11:30
I was trying to execute http/app by itself because I didn’t understand
how to run the example. So I added comments to app.js with a little
direction on how to get the example up and running. I was also adding
paths to the URL and the http server wouldn’t finish the req/resp
communication. So I removed the case statement in app.js so that it
responds for every request to make it more robust.
@joeyguerra joeyguerra changed the title Master http example: remove case statement to respond to all requests Nov 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant