KNOWN_BUGS: connection migration doesn't work

Closes #7695
This commit is contained in:
Daniel Stenberg 2021-09-19 23:20:42 +02:00
Родитель acc90327db
Коммит 68fb593f0d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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.6 HTTP/3 multipart POST with quiche fails
18.7 HTTP/3 quiche upload large file fails 18.7 HTTP/3 quiche upload large file fails
18.8 HTTP/3 doesn't support client certs 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". aka "mutual authentication".
https://github.com/curl/curl/issues/7625 https://github.com/curl/curl/issues/7625
18.9 connection migration doesn't work
https://github.com/curl/curl/issues/7695