]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
connect-timeout.d: mention that the DNS lookup is included
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Jun 2023 11:18:24 +0000 (13:18 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Jun 2023 13:00:24 +0000 (15:00 +0200)
Closes #11370

docs/cmdline-opts/connect-timeout.d

index 818214f2fbffe10cf12c8ed3b4011137fd61f9c3..9636709ff88375870b76963e6174537986bdfcdc 100644 (file)
@@ -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.