no-keepalive.md (520B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: no-keepalive 5 Help: Disable TCP keepalive on the connection 6 Category: connection 7 Added: 7.18.0 8 Multi: boolean 9 See-also: 10 - keepalive-time 11 - keepalive-cnt 12 Example: 13 - --no-keepalive $URL 14 --- 15 16 # `--no-keepalive` 17 18 Disable the use of keepalive messages on the TCP connection. curl otherwise 19 enables them by default. 20 21 Note that this is the negated option name documented. You can thus use 22 --keepalive to enforce keepalive.