node-http2 icon indicating copy to clipboard operation
node-http2 copied to clipboard

Example doesn't seem to work.

Open JamesKyburz opened this issue 9 years ago • 4 comments

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

JamesKyburz avatar Oct 08 '16 14:10 JamesKyburz

use https://localhost:8080

Inori-Lover avatar Nov 13 '16 11:11 Inori-Lover

Same problem - creating raw server hangs

bahmutov avatar Jan 05 '17 15:01 bahmutov

I have the same issue!

Chiru13 avatar Feb 03 '17 15:02 Chiru13

Chrome won't display the example here either: ERR_SSL_PROTOCOL_ERROR

ernestgwilsonii avatar Jan 25 '18 11:01 ernestgwilsonii