Skip to content

Commit

Permalink
KNOWN_BUGS: HTTP/2 server push enabled when no pushes can be accepted
Browse files Browse the repository at this point in the history
Closes #927
  • Loading branch information
bagder committed Oct 27, 2016
1 parent c443a8c commit 4eb7657
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/KNOWN_BUGS
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 4eb7657

Please sign in to comment.