mr2.js icon indicating copy to clipboard operation
mr2.js copied to clipboard

ERR_SPDY_PROTOCOL_ERROR

Open marco-solari opened this issue 6 years ago • 3 comments

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.

marco-solari avatar May 29 '19 10:05 marco-solari

Is there a workaround for this?

ivogt avatar May 31 '19 09:05 ivogt

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.

txthinking avatar Jun 01 '19 06:06 txthinking

Fixed. Some restrictions here, your client server must be http/1.1, but don't care, this is most case.

txthinking avatar Jun 01 '19 08:06 txthinking