summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-19 23:20:42 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-19 23:20:42 +0200
commit68fb593f0dc4ae84b020ebcf5204b1bd48ee2b04 (patch)
treecdbbc256a2f2b0f0e1c361ee4aaa42d02c147537
parentacc90327dba089b6971453864bd297221ec5a6d2 (diff)
downloadcurl-68fb593f0dc4ae84b020ebcf5204b1bd48ee2b04.tar.gz
KNOWN_BUGS: connection migration doesn't work
Closes #7695
-rw-r--r--docs/KNOWN_BUGS5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 17d535ad6..ed944fb3e 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