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
I wanted to set up a working QUIC server and client system working. I have used this repository's server as my QUIC server, bootstrapping it over a SimpleHTTPServer in Python. As far as the client is concerned, I am using Chrome, having enabled its QUIC setting. However, when I run the server, the log still says H2, or HTTP 2.0. Thus, I have a few questions:
Is there any extra setting from the server or the client side that is required to use the devsister's QUIC server with either of the QUIC enabled client browsers [i.e. Chrome/Opera]?
Is there some other packet that we need to look out for?
I must thank you for your repository, and your blog. It was quite insightful! Hoping to obtain some fruitful discussions from the above questions.
Thanking you,
With Best Regards
anirudt
The text was updated successfully, but these errors were encountered:
Hi,
I wanted to set up a working QUIC server and client system working. I have used this repository's server as my QUIC server, bootstrapping it over a SimpleHTTPServer in Python. As far as the client is concerned, I am using Chrome, having enabled its QUIC setting. However, when I run the server, the log still says H2, or HTTP 2.0. Thus, I have a few questions:
I must thank you for your repository, and your blog. It was quite insightful! Hoping to obtain some fruitful discussions from the above questions.
Thanking you,
With Best Regards
anirudt
The text was updated successfully, but these errors were encountered: