summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-27 10:05:16 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-27 10:05:16 +0200
commit06981ba7f620364eba253f5afcd7ebfaefcc8694 (patch)
treefcb95fcadaa39123400990b5ef72e3af4fb14216
parentc9c1bfb145137d1c3bf50c6fc6abcb9e2fce48ae (diff)
downloadcurl-06981ba7f620364eba253f5afcd7ebfaefcc8694.tar.gz
KNOWN_BUGS: HTTP/2 connections through HTTPS proxy frequently stall
Closes #6936
-rw-r--r--docs/KNOWN_BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index b4ad169bd..173fe4c9e 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -154,6 +154,7 @@ problems may have been fixed or changed somewhat since this was written!
17.2 HTTP/2 frames while in the connection pool kill reuse
17.3 ENHANCE_YOUR_CALM causes infinite retries
17.4 Connection failures with parallel HTTP/2
+ 17.5 HTTP/2 connections through HTTPS proxy frequently stall
18. HTTP/3
18.1 If the HTTP/3 server closes connection during upload curl hangs
@@ -1128,6 +1129,9 @@ problems may have been fixed or changed somewhat since this was written!
See https://github.com/curl/curl/issues/5611
+17.5 HTTP/2 connections through HTTPS proxy frequently stall
+
+ See https://github.com/curl/curl/issues/6936
18. HTTP/3