blob: 0f44646473bb4dc2b951b939cfb9ce5899c76992 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: no-keepalive
4Help: Disable TCP keepalive on the connection
5Category: connection
6Example: --no-keepalive $URL
7Added: 7.18.0
8See-also: keepalive-time
9Multi: boolean
10---
11Disables the use of keepalive messages on the TCP connection. curl otherwise
12enables them by default.
13
14Note that this is the negated option name documented. You can thus use
15--keepalive to enforce keepalive.