mr2.js
mr2.js copied to clipboard
ERR_SPDY_PROTOCOL_ERROR
After I run a web server on 127.0.0.1:3000 (using a simple node express script) and run
mr2 -c 127.0.0.1:3000
I get:
This site can’t be reached
The webpage at https://a74ec0de9ec3748896bb97b4f7a22d67.us.mr2.dev/ might be temporarily down or it may have moved permanently to a new web address.
ERR_SPDY_PROTOCOL_ERROR
This error happens in latest Chrome and Firefox, and even in incognito windows.
Is there a workaround for this?
It works on terminal with curl, like this: https://asciinema.org/a/Zt7D9guMjW33eqOU6ZefR7dMi
But it doesn't work on chrome, this is very strange. I should check it why.
Fixed.
Some restrictions here, your client server must be http/1.1, but don't care, this is most case.