aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-07 14:27:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-07 14:27:54 +0000
commit72b1144b8c1844ec81d5f5b73eb9b2a088377fec (patch)
treedea9c5bb99974d03b21c53b51266798d7cca6fe8 /docs
parent348fe0e210f7e593c80e956d0270c220705f132a (diff)
getting only a 100 Continue response and nothing else, when talking HTTP,
is now treated as an error by libcurl
Diffstat (limited to 'docs')
-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: