From: Daniel Stenberg Date: Thu, 22 Jun 2023 11:18:24 +0000 (+0200) Subject: connect-timeout.d: mention that the DNS lookup is included X-Git-Tag: curl-8_2_0~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27242bbad3c473d5b36e8b46e9ce1fdca0988ce6;p=thirdparty%2Fcurl.git connect-timeout.d: mention that the DNS lookup is included Closes #11370 --- diff --git a/docs/cmdline-opts/connect-timeout.d b/docs/cmdline-opts/connect-timeout.d index 818214f2fb..9636709ff8 100644 --- a/docs/cmdline-opts/connect-timeout.d +++ b/docs/cmdline-opts/connect-timeout.d @@ -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.