mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
connect-timeout.d: mention that the DNS lookup is included
Closes #11370
This commit is contained in:
parent
099f41e097
commit
27242bbad3
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ limits the connection phase, so if curl connects within the given period it
|
|||
will continue - if not it will exit. Since version 7.32.0, this option
|
||||
accepts decimal values.
|
||||
|
||||
The "connection phase" is considered complete when the requested TCP, TLS or
|
||||
QUIC handshakes are done.
|
||||
The "connection phase" is considered complete when the DNS lookup and
|
||||
requested TCP, TLS or QUIC handshakes are done.
|
||||
|
||||
The decimal value needs to provided using a dot (.) as decimal separator - not
|
||||
the local version even if it might be using another separator.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue