aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-10-27 23:47:59 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-10-27 23:47:59 +0200
commit4eb7657a1344a372e2c1fdc321523db0239ae115 (patch)
treea5d105092cff6ed059643ca6f49c21a3b002ef60 /docs/KNOWN_BUGS
parentc443a8ce21ee68bb3519bfe923d5585523c8b5d9 (diff)
KNOWN_BUGS: HTTP/2 server push enabled when no pushes can be accepted
Closes #927
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 21ab6a162..84339ba90 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -23,6 +23,7 @@ problems may have been fixed or changed somewhat since this was written!
1.9 HTTP/2 frames while in the connection pool kill reuse
1.10 Strips trailing dot from host name
1.11 CURLOPT_SEEKFUNCTION not called with CURLFORM_STREAM
+ 1.12 HTTP/2 server push enabled when no pushes can be accepted
2. TLS
2.1 Hangs with PolarSSL
@@ -212,6 +213,13 @@ problems may have been fixed or changed somewhat since this was written!
seem to fix the issue or even get called. See
https://github.com/curl/curl/issues/768
+1.12 HTTP/2 server push enabled when no pushes can be accepted
+
+ If the easy interface is used, we can't accept any server pushes so we should
+ switch off them already in the h2 settings as otherwise we risk wasting
+ bandwidth when the server tries to send pushes libcurl will never accept.
+
+ See https://github.com/curl/curl/issues/927
2. TLS