From: Daniel Stenberg Date: Fri, 6 May 2022 07:20:18 +0000 (+0200) Subject: KNOWN_BUGS: timeout when reusing a http3 connection X-Git-Tag: curl-7_83_1~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a15fa1c35770b614590865836dc48baae94050fb;p=thirdparty%2Fcurl.git KNOWN_BUGS: timeout when reusing a http3 connection Closes #8764 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index feee444951..983b81420a 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -158,8 +158,9 @@ problems may have been fixed or changed somewhat since this was written. 18. HTTP/3 18.1 If the HTTP/3 server closes connection during upload curl hangs - 18.3 configure --with-ca-fallback is not supported by h3 18.2 Transfer closed with n bytes remaining to read + 18.3 configure --with-ca-fallback is not supported by h3 + 18.4 timeout when reusing a http3 connection 18.9 connection migration does not work ============================================================================== @@ -1129,6 +1130,13 @@ problems may have been fixed or changed somewhat since this was written. https://github.com/curl/curl/issues/8696 +18.4 timeout when reusing a http3 connection + + HTTP/3 with quiche seems to not work and always timeout a subsequent transfer + that reuses an already established connection + + https://github.com/curl/curl/issues/8764 + 18.9 connection migration does not work https://github.com/curl/curl/issues/7695