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
Please keep in mind that later HTTP versions provide substantial attack surface for misbehaving clients to consume unreasonable resources on the server. Currently even the simpler HTTP/1.1 behavior needs additional work. For the foreseeable future, you probably want to trust a proxy like Nginx to talk to any clients sufficiently remote for HTTP/2 to offer much advantage.
As you mentioned, using a web server that supports HTTP/2, such as Nginx, is one approach.
However, I believe that if the back-end server, such as Gunicorn, also supports HTTP/2 in this architecture, it could provide even faster responses.
Thank you for developing Gunicorn.
We have been using it for a long time and are very satisfied with it.
Could you let me know if there are any plans for Gunicorn to support
HTTP/2
?Thank you.
The text was updated successfully, but these errors were encountered: