1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

CURLOPT_ACCEPTTIMEOUT_MS: spellfix

This commit is contained in:
Daniel Stenberg 2012-01-22 00:00:55 +01:00
parent 5d7a319a55
commit 6e2fd2c9ea

View File

@ -2070,7 +2070,7 @@ This option requires that libcurl was built with a resolver backend that
supports this operation. The c-ares backend is the only such one. supports this operation. The c-ares backend is the only such one.
(Added in 7.24.0) (Added in 7.24.0)
.IP CURLOPT_ACCEPTTIMOUT_MS .IP CURLOPT_ACCEPTTIMEOUT_MS
Pass a long telling libcurl the maximum number of milliseconds to wait for a Pass a long telling libcurl the maximum number of milliseconds to wait for a
server to connect back to libcurl when an active FTP connection is used. If no server to connect back to libcurl when an active FTP connection is used. If no
timeout is set, the internal default of 60000 will be used. (Added in 7.24.0) timeout is set, the internal default of 60000 will be used. (Added in 7.24.0)