blob: 8fb28a0365e99f031989676778460f51a91cb15d [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -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.