We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running node 6.7
Running tls or raw server aren't working when testing localhost:8080 in chrome.
raw triggers a download that just hangs.
tls returns an empty response
localhost didn’t send any data. ERR_EMPTY_RESPONSE
In both cases nothing is logged and the onRequest handler is not called.
Any tips?
node example/server
HTTP2_PLAIN=true node example/server.js
The text was updated successfully, but these errors were encountered:
use https://localhost:8080
Sorry, something went wrong.
Same problem - creating raw server hangs
I have the same issue!
Chrome won't display the example here either: ERR_SSL_PROTOCOL_ERROR
No branches or pull requests
Running node 6.7
Running tls or raw server aren't working when testing localhost:8080 in chrome.
raw triggers a download that just hangs.
tls returns an empty response
In both cases nothing is logged and the onRequest handler is not called.
Any tips?
The text was updated successfully, but these errors were encountered: