aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-23 11:11:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-23 11:11:13 +0000
commit13bf964b78d8e81503d3da690bc7148dec48a7b0 (patch)
tree37985612f5fb3df2d9bc435036fd6dde15f11a26 /docs
parent3fb9c5727c8ac85050cd73af6d18e5160d666f5a (diff)
item 4.6 is now an indication of a crash, not a timeout
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/FAQ b/docs/FAQ
index a2fadb047..26db4189f 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1,4 +1,4 @@
-Updated: August 7, 2001 (http://curl.haxx.se/docs/faq.shtml)
+Updated: August 23, 2001 (http://curl.haxx.se/docs/faq.shtml)
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
@@ -467,9 +467,9 @@ FAQ
4.6. Can you tell me what error code 142 means?
All error codes that are larger than the highest documented error code means
- that curl has existed due to a timeout. There was no nice way for curl to
- abort from such a condition and that's why it got this undocumented
- error. This should not occur in releases after 7.4.1.
+ that curl has exited due to a crash. This is a serious error, and we
+ appriciate a detailed bug report from you that describes how we could go
+ ahead and repeat this!
4.7. How do I keep user names and passwords secret in Curl command lines?