Top "Http2" questions

HTTP/2 is the new version of the popular HTTP protocol

How many concurrent requests should we multiplex in HTTP/2

For a long time, browsers have used a maximum of 6 concurrent HTTP 1.1 connections per host to retrieve assets from web …

google-chrome browser http2 nghttp2
What does HTTP/2 mean for a reverse proxy server?

How HTTP/2 affects the implementation of a proxy server? Especially, for example, when a client sends an HTTP/2 request to …

reverse-proxy http2
Serve S3 resources via http/2

Our web app that we are building is having a lot of its assets served via S3. When looking at …

amazon-s3 http2
Why do web browsers not support h2c (HTTP/2 without TLS)?

I really search the web, and I can not find the reason why web browsers do not support h2c (…

https http2
HTTP/2 support in Tomcat 8

After some research, I was surprised that I did not not find any resource on HTTP/2 support in Tomcat. Changelogs …

tomcat tomcat8 http2
Golang: http2 and TLS handshake errors

I have a Go application with both http (on port 80) and https (on port 443) enabled. I keep getting lots of …

ssl go https http2 sslhandshakeexception
How does HTTP2 solve Head of Line blocking (HOL) issue

How does HTTP2 solve Head of Line blocking (HOL) issue? This problem is very frequent in http1.1, but I heard …

http networking tcp http2
How to server HTTP/2 Protocol with django

I am planing to deploy my Django application with HTTP/2 protocol but I'm unable to find the proper solution. How …

django python-3.x django-views http2 django-wsgi
Do current XHR implementations take advantage of HTTP/2?

This may just highlight some misconception of mine, but I was curious: If you had an HTTP/2 server running and …

javascript xmlhttprequest http2
Should we prefer SSE + REST over websocket when using HTTP/2?

When using websocket, we need a dedicated connection for bidirectionnel communication. If we use http/2 we have a second connection …

websocket server-sent-events http2