2016-11-16 21:20:36 +08:00
|
|
|
Long: no-keepalive
|
|
|
|
Help: Disable TCP keepalive on the connection
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: connection
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --no-keepalive $URL
|
2021-09-28 17:50:07 +08:00
|
|
|
Added: 7.18.0
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: keepalive-time
|
2016-11-16 21:20:36 +08:00
|
|
|
---
|
2017-03-03 04:46:00 +08:00
|
|
|
Disables the use of keepalive messages on the TCP connection. curl otherwise
|
2016-11-16 21:20:36 +08:00
|
|
|
enables them by default.
|
|
|
|
|
|
|
|
Note that this is the negated option name documented. You can thus use
|
|
|
|
--keepalive to enforce keepalive.
|