mirror of
https://github.com/curl/curl.git
synced 2026-04-16 01:25:14 +08:00
- In keeping with the naming of our other connect timeout options rename
CURLOPT_HAPPY_EYEBALLS_TIMEOUT to CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.
This change adds the _MS suffix since the option expects milliseconds.
This is more intuitive for our users since other connect timeout options
that expect milliseconds use _MS such as CURLOPT_TIMEOUT_MS,
CURLOPT_CONNECTTIMEOUT_MS, CURLOPT_ACCEPTTIMEOUT_MS.
The tool option already uses an -ms suffix, --happy-eyeballs-timeout-ms.
Follow-up to
|
||
|---|---|---|
| .. | ||
| cmdline-opts | ||
| examples | ||
| libcurl | ||
| .gitignore | ||
| BINDINGS.md | ||
| BUGS | ||
| CHECKSRC.md | ||
| CIPHERS.md | ||
| CMakeLists.txt | ||
| CODE_OF_CONDUCT.md | ||
| CODE_STYLE.md | ||
| CONTRIBUTE.md | ||
| curl-config.1 | ||
| FAQ | ||
| FEATURES | ||
| HELP-US.md | ||
| HISTORY.md | ||
| HTTP2.md | ||
| HTTP-COOKIES.md | ||
| INSTALL | ||
| INSTALL.cmake | ||
| INSTALL.md | ||
| INTERNALS.md | ||
| KNOWN_BUGS | ||
| LICENSE-MIXING.md | ||
| MAIL-ETIQUETTE | ||
| Makefile.am | ||
| MANUAL | ||
| mk-ca-bundle.1 | ||
| README.cmake | ||
| README.md | ||
| README.netware | ||
| README.win32 | ||
| RELEASE-PROCEDURE | ||
| RESOURCES | ||
| ROADMAP.md | ||
| SECURITY.md | ||
| SSL-PROBLEMS.md | ||
| SSLCERTS.md | ||
| THANKS | ||
| THANKS-filter | ||
| TheArtOfHttpScripting | ||
| TODO | ||
| VERSIONS | ||
Documentation
You'll find a mix of various documentation in this directory and subdirectories, using several different formats. Some of them are not ideal for reading directly in your browser.
If you'd rather see the rendered version of the documentation, check out the curl web site's documentation section for general curl stuff or the libcurl section for libcurl related documentation.