blob: 3a32d86853cec3086bd524f111ad51c2691cc99b [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: connect-timeout
2Arg: <seconds>
3Help: Maximum time allowed for connection
4See-also: max-time
5---
6Maximum time in seconds that you allow curl's connection to take. This only
7limits the connection phase, so if curl connects within the given period it
8will continue - if not it will exit. Since version 7.32.0, this option
9accepts decimal values.
10
11If this option is used several times, the last one will be used.