Files
dl/third/libcurl/docs/cmdline-opts/no-keepalive.md
T
2026-09-16 14:07:40 +08:00

520 B
Vendored

c, SPDX-License-Identifier, Long, Help, Category, Added, Multi, See-also, Example
c SPDX-License-Identifier Long Help Category Added Multi See-also Example
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. curl no-keepalive Disable TCP keepalive on the connection connection 7.18.0 boolean
keepalive-time
keepalive-cnt
--no-keepalive $URL

--no-keepalive

Disable 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.