Fix up download a bit, better error checking and uses of long not double for timeout as curl needs, bug# 9748

This commit is contained in:
Bill Hoffman
2009-10-22 09:44:58 -04:00
parent aaabb2fdc2
commit 44c4600ae5
2 changed files with 125 additions and 38 deletions

View File

@@ -152,7 +152,7 @@ public:
"and the second element is a string value for the error. A 0 "
"numeric error means no error in the operation. "
"If TIMEOUT time is specified, the operation will "
"timeout after time seconds, time can be specified as a float."
"timeout after time seconds, time should be specified as an integer."
"\n"
"The file() command also provides COPY and INSTALL signatures:\n"
" file(<COPY|INSTALL> files... DESTINATION <dir>\n"