1*6236dae4SAndroid Build Coastguard Worker--- 2*6236dae4SAndroid Build Coastguard Workerc: Copyright (C) Daniel Stenberg, <[email protected]>, et al. 3*6236dae4SAndroid Build Coastguard WorkerSPDX-License-Identifier: curl 4*6236dae4SAndroid Build Coastguard WorkerLong: no-keepalive 5*6236dae4SAndroid Build Coastguard WorkerHelp: Disable TCP keepalive on the connection 6*6236dae4SAndroid Build Coastguard WorkerCategory: connection 7*6236dae4SAndroid Build Coastguard WorkerAdded: 7.18.0 8*6236dae4SAndroid Build Coastguard WorkerMulti: boolean 9*6236dae4SAndroid Build Coastguard WorkerSee-also: 10*6236dae4SAndroid Build Coastguard Worker - keepalive-time 11*6236dae4SAndroid Build Coastguard Worker - keepalive-cnt 12*6236dae4SAndroid Build Coastguard WorkerExample: 13*6236dae4SAndroid Build Coastguard Worker - --no-keepalive $URL 14*6236dae4SAndroid Build Coastguard Worker--- 15*6236dae4SAndroid Build Coastguard Worker 16*6236dae4SAndroid Build Coastguard Worker# `--no-keepalive` 17*6236dae4SAndroid Build Coastguard Worker 18*6236dae4SAndroid Build Coastguard WorkerDisables the use of keepalive messages on the TCP connection. curl otherwise 19*6236dae4SAndroid Build Coastguard Workerenables them by default. 20*6236dae4SAndroid Build Coastguard Worker 21*6236dae4SAndroid Build Coastguard WorkerNote that this is the negated option name documented. You can thus use 22*6236dae4SAndroid Build Coastguard Worker--keepalive to enforce keepalive. 23