KNOWN_BUGS: connection migration doesn't work

Closes #7695
This commit is contained in:
Daniel Stenberg 2021-09-19 23:20:42 +02:00
parent acc90327db
commit 68fb593f0d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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