got
got copied to clipboard
HTTP3 support
Related:
- https://http3-explained.haxx.se/en/
- https://github.com/nodejs/node/issues/23064
- https://github.com/nodejs/quic
When we can use this future ?
Once it lands in Node.js.
Hi @szmarczak I see Quick support in nodejs v15 So we will support it now right ?
Not now. We need to wait for HTTP/2 to become stable enough so we can make it the default protocol.
There are still issues with HTTP/2. We can't default to HTTP/2 yet.
Instead of making http2 default protocol and http3 as a side protocol, Why can't we add another option alongside http1.1 http2?