]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: connection migration doesn't work
authorDaniel Stenberg <daniel@haxx.se>
Sun, 19 Sep 2021 21:20:42 +0000 (23:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 19 Sep 2021 21:20:42 +0000 (23:20 +0200)
Closes #7695

docs/KNOWN_BUGS

index 17d535ad63a7c72d4e9c4afbcc98d185d315e399..ed944fb3e2584d481974b4d44c4c9d8273d40a6a 100644 (file)
@@ -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