got icon indicating copy to clipboard operation
got copied to clipboard

HTTP3 support

Open szmarczak opened this issue 6 years ago • 6 comments

Related:

  • https://http3-explained.haxx.se/en/
  • https://github.com/nodejs/node/issues/23064
  • https://github.com/nodejs/quic

szmarczak avatar Jul 27 '19 18:07 szmarczak

When we can use this future ?

duongvanba avatar Jul 12 '20 17:07 duongvanba

Once it lands in Node.js.

szmarczak avatar Jul 12 '20 20:07 szmarczak

Hi @szmarczak I see Quick support in nodejs v15 So we will support it now right ?

duongvanba avatar Nov 10 '20 03:11 duongvanba

Not now. We need to wait for HTTP/2 to become stable enough so we can make it the default protocol.

szmarczak avatar Nov 10 '20 08:11 szmarczak

There are still issues with HTTP/2. We can't default to HTTP/2 yet.

szmarczak avatar Jul 15 '21 17:07 szmarczak

Instead of making http2 default protocol and http3 as a side protocol, Why can't we add another option alongside http1.1 http2?

gokaybiz avatar Dec 14 '23 11:12 gokaybiz