You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im tying to fetch a page from AIOQUIC server through browser. As specified i generate the token and give it in the html head tag(tried giving as http header too).
<title>aioquic</title>
When i try to open up a browser from command line, i dont see the page that is fetched from the server.Either the connection is refused or ERR_QUIC_PROTOCOL_ERROR shows up in the browser.
./Chromium \
--enable-quic \
--origin-to-force-quic-on=127.0.0.1:4433 \
https://127.0.0.1:4433
Is there any way to cross check if origin trial is enabled or not. Any suggestion?
The text was updated successfully, but these errors were encountered:
Im tying to fetch a page from AIOQUIC server through browser. As specified i generate the token and give it in the html head tag(tried giving as http header too).
<title>aioquic</title> When i try to open up a browser from command line, i dont see the page that is fetched from the server.Either the connection is refused or ERR_QUIC_PROTOCOL_ERROR shows up in the browser. ./Chromium \ --enable-quic \ --origin-to-force-quic-on=127.0.0.1:4433 \ https://127.0.0.1:4433Is there any way to cross check if origin trial is enabled or not. Any suggestion?
The text was updated successfully, but these errors were encountered: