mirror of
https://github.com/curl/curl.git
synced 2024-12-03 06:20:31 +08:00
b77d627d24
Closes #13885
521 B
521 B
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 |
|
|
--no-keepalive
Disables 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.