From: Daniel Stenberg Date: Sun, 19 Sep 2021 21:20:42 +0000 (+0200) Subject: KNOWN_BUGS: connection migration doesn't work X-Git-Tag: curl-7_79_1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68fb593f0dc4ae84b020ebcf5204b1bd48ee2b04;p=thirdparty%2Fcurl.git KNOWN_BUGS: connection migration doesn't work Closes #7695 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 17d535ad63..ed944fb3e2 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -164,6 +164,7 @@ problems may have been fixed or changed somewhat since this was written! 18.6 HTTP/3 multipart POST with quiche fails 18.7 HTTP/3 quiche upload large file fails 18.8 HTTP/3 doesn't support client certs + 18.9 connection migration doesn't work ============================================================================== @@ -1163,3 +1164,7 @@ problems may have been fixed or changed somewhat since this was written! aka "mutual authentication". https://github.com/curl/curl/issues/7625 + +18.9 connection migration doesn't work + + https://github.com/curl/curl/issues/7695