no-keepalive.d 298 B

123456789
  1. Long: no-keepalive
  2. Help: Disable TCP keepalive on the connection
  3. Category: connection
  4. ---
  5. Disables the use of keepalive messages on the TCP connection. curl otherwise
  6. enables them by default.
  7. Note that this is the negated option name documented. You can thus use
  8. --keepalive to enforce keepalive.