From 9814b6c3d4ffb8001166ad6b1ffaa6df9f26575c Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Wed, 24 Apr 2024 15:27:41 -0400 Subject: [PATCH] docs: remove README QUIC section The upstream Rustls issue mentioned here has since been resolved and can be removed from the README as a blocker for QUIC support. Initial support exists in-tree. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index da528f6..f77c0b7 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,6 @@ Note that RustCrypto performance is generally inferior than ring, but in exchang - TLS13_AES_256_GCM_SHA384 - TLS13_CHACHA20_POLY1305_SHA256 -## QUIC Support - -There won't be QUIC support anytime soon until is solved. HTTP/2 however should work out of the box. - ## License Licensed under either of: