summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-05-03 17:27:35 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-05-03 17:27:35 +0200
commit7d7a0a8b09fe55f17f75f02f79a5ac20ace46a5e (patch)
tree8b6b96c5797581b0cc18c01d8fcd95794f06fbc4
parente41f2e52259d0cf0674d1b965840c850e6154ca2 (diff)
downloadcurl-7d7a0a8b09fe55f17f75f02f79a5ac20ace46a5e.tar.gz
KNOWN_BUGS: add two HTTP/2 bugs
-rw-r--r--docs/KNOWN_BUGS14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index b44cf2e2f..d8d6ac024 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -145,6 +145,8 @@ problems may have been fixed or changed somewhat since this was written!
17. HTTP/2
17.1 Excessive HTTP/2 packets with TCP_NODELAY
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
18. HTTP/3
18.1 If the HTTP/3 server closes connection during upload curl hangs
@@ -1026,6 +1028,18 @@ problems may have been fixed or changed somewhat since this was written!
This is *best* fixed by adding monitoring to connections while they are kept
in the pool so that pings can be responded to appropriately.
+17.3 ENHANCE_YOUR_CALM causes infinite retries
+
+ Infinite retries with 2 parallel requests on one connection receiving GOAWAY
+ with ENHANCE_YOUR_CALM error code.
+
+ See https://github.com/curl/curl/issues/5119
+
+17.4 Connection failures with parallel HTTP/2
+
+ See https://github.com/curl/curl/issues/5611
+
+
18. HTTP/3
18.1 If the HTTP/3 server closes connection during upload curl hangs