mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
ddaa85893d
gen.pl now generates a warning if the "See Also" field is not filled in for a command line option All command line options now provide one or more related options. 167 "See alsos" added! Closes #8019
13 lines
366 B
Makefile
13 lines
366 B
Makefile
Long: no-keepalive
|
|
Help: Disable TCP keepalive on the connection
|
|
Category: connection
|
|
Example: --no-keepalive $URL
|
|
Added: 7.18.0
|
|
See-also: keepalive-time
|
|
---
|
|
Disables the use of keepalive messages on the TCP connection. curl otherwise
|
|
enables them by default.
|
|
|
|
Note that this is the negated option name documented. You can thus use
|
|
--keepalive to enforce keepalive.
|