diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-02-14 10:46:18 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-02-14 10:46:18 +0100 |
commit | 917b1bb192d583879de623ef9d5038ea4e854d1b (patch) | |
tree | a4d27fb357260a921fb2e95a764cfed67f11455a /docs/KNOWN_BUGS | |
parent | 28177def43b71e91db0a9aaf138bf3c388893116 (diff) |
KNOWN_BUGS: Deflate error after all content was received
Closes #2719
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 5363575ef..8394784f1 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -18,6 +18,7 @@ problems may have been fixed or changed somewhat since this was written! 1.4 multipart formposts file name encoding 1.5 Expect-100 meets 417 1.6 Unnecessary close when 401 received waiting for 100 + 1.7 Deflate error after all content was received 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 @@ -154,6 +155,15 @@ problems may have been fixed or changed somewhat since this was written! waiting for the the 100-continue response. https://curl.haxx.se/mail/lib-2008-08/0462.html +1.7 Deflate error after all content was received + + There's a situation where we can get an error in a HTTP response that is + compressed, when that error is detected after all the actual body contents + have been received and delivered to the appliction. This is tricky, but is + ultimately a broken server. + + See https://github.com/curl/curl/issues/2719 + 1.9 HTTP/2 frames while in the connection pool kill reuse If the server sends HTTP/2 frames (like for example an HTTP/2 PING frame) to |