mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 16:05:00 +00:00
- Started implementation of HTTP/3 APIs, frames and parsing. - Started implementation of server-side HTTP/3. - Reworked the threading model in QUIC to be more efficient and avoid contending on the QPACK encoder/decoder. - Updated QPACK NBitLongEncoder to support QUIC stream IDs of type long. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>