mirror of
https://github.com/curl/curl.git
synced 2025-03-07 15:27:17 +08:00
parent
def99d8507
commit
2d5aea9c93
@ -20,4 +20,3 @@ When asked to do parallel transfers, using --parallel, this option controls
|
|||||||
the maximum amount of transfers to do simultaneously.
|
the maximum amount of transfers to do simultaneously.
|
||||||
|
|
||||||
The default is 50. 300 is the largest supported value.
|
The default is 50. 300 is the largest supported value.
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
static const long vms_cond[] =
|
static const long vms_cond[] =
|
||||||
{
|
{
|
||||||
CURL_OK,
|
CURL_OK,
|
||||||
CURL_UNSUPPORTED_PROTOCOL,
|
CURL_UNSUPPORTED_PROTOCOL,
|
||||||
CURL_FAILED_INIT,
|
CURL_FAILED_INIT,
|
||||||
@ -138,6 +138,6 @@ static const long vms_cond[] =
|
|||||||
CURLE_SSL_CRL_BADFILE,
|
CURLE_SSL_CRL_BADFILE,
|
||||||
CURLE_SSL_ISSUER_ERROR,
|
CURLE_SSL_ISSUER_ERROR,
|
||||||
CURL_CURL_LAST
|
CURL_CURL_LAST
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* HEADER_CURLMSG_VMS_H */
|
#endif /* HEADER_CURLMSG_VMS_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user