blob: 8fb28a0365e99f031989676778460f51a91cb15d [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001Long: no-keepalive
2Help: Disable TCP keepalive on the connection
3---
4Disables the use of keepalive messages on the TCP connection. curl otherwise
5enables them by default.
6
7Note that this is the negated option name documented. You can thus use
8--keepalive to enforce keepalive.