aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 6f60d4022..7726b225c 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -23,13 +23,6 @@ may have been fixed since this was written!
indicate that the user wants to reach the root dir (this exception SHALL
remain even when this bug is fixed).
-* 1) libcurl does a POST
- 2) receives a 100-continue
- 3) sends away the POST
- Now, if nothing else is returned from the server, libcurl MUST return
- CURLE_GOT_NOTHING, but it seems it returns CURLE_OK as it seems to count
- the 100-continue reply as a good enough reply.
-
* libcurl doesn't treat the content-length of compressed data properly, as
it seems HTTP servers send the *uncompressed* length in that header and
libcurl thinks of it as the *compressed* lenght. Some explanations are here: