From 4edbd5226792c6175f0abdacfb70d66984e019be Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 3 Jun 2024 10:10:47 +0200 Subject: [PATCH] KNOWN_BUGS: quiche: QUIC connection is draining Closes #12037 Closes #13867 --- docs/KNOWN_BUGS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 26547bd097..177f3fadd3 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -116,6 +116,7 @@ problems may have been fixed or changed somewhat since this was written. 18. HTTP/3 18.1 connection migration does not work + 18.2 quiche: QUIC connection is draining 19. RTSP 19.1 Some methods do not support response bodies @@ -657,6 +658,12 @@ problems may have been fixed or changed somewhat since this was written. https://github.com/curl/curl/issues/7695 +18.2 quiche: QUIC connection is draining + + The transfer ends with error "QUIC connection is draining". + + https://github.com/curl/curl/issues/12037 + 19. RTSP 19.1 Some methods do not support response bodies