[PATCH 0 of 4] QUIC cleanup
Roman Arutyunyan
arut at nginx.com
Sun May 14 13:38:51 UTC 2023
- The first patch removes QUIC from Stream.
- After removing QUIC from Stream, the only thing left in Stream diff is
UDP-specific rbtree initialization. After splitting UDP and QUIC
implementations, rbtrees are now initialized separately. The second patch
brings back single initialization. This is an optional non-cleanup patch.
- The third patch removes server push from HTTP/3.
- The fourth patch removes README.
More information about the nginx-devel
mailing list