Http/3: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
Not an expert but have read [https://www.smashingmagazine.com/2021/08/http3-core-concepts-part1/]. I guess what I took from it was that it will be more pluggable and not tied to propriety implmentation of TCP. This may enable faster progress on improving the protocol going forward. | Not an expert but have read [https://www.smashingmagazine.com/2021/08/http3-core-concepts-part1/]. I guess what I took from it was that it will be more pluggable and not tied to propriety implmentation of TCP. This may enable faster progress on improving the protocol going forward. | ||
[[File:HTTP3.png|600px]] | [[File:HTTP3.png|600px]] | ||
=Nginx= | |||
This is not detailed but here is what I had to do. At the time I was on ubuntu 21.04 and using 1.21.4. Mostly I followed the instructions on [https://codefaq.org/server/how-to-install-http-3-quic-on-nginx-server-for-ubuntu/ here] |
Revision as of 02:59, 14 November 2021
Introduction
This is a page for the new HTTP/3.
Overview
Not an expert but have read [1]. I guess what I took from it was that it will be more pluggable and not tied to propriety implmentation of TCP. This may enable faster progress on improving the protocol going forward.
Nginx
This is not detailed but here is what I had to do. At the time I was on ubuntu 21.04 and using 1.21.4. Mostly I followed the instructions on here