mirror of
https://github.com/curl/curl.git
synced 2026-06-18 10:56:06 +03:00
Gilles Blanc made the curl tool enable SO_KEEPALIVE for the connections and
added the --no-keep-alive option that can disable that on demand.
This commit is contained in:
parent
92eae30f4d
commit
dc24540ed1
5 changed files with 51 additions and 3 deletions
|
|
@ -819,6 +819,11 @@ will output the data in chunks, not necessarily exactly when the data arrives.
|
|||
Using this option will disable that buffering.
|
||||
|
||||
If this option is used twice, the second will again switch on buffering.
|
||||
.IP "--no-keep-alive"
|
||||
Disables the use of keep-alive messages on the TCP connection, as by default
|
||||
curl enables them.
|
||||
|
||||
If this option is used twice, the second will again enable keep-alive.
|
||||
.IP "--no-sessionid"
|
||||
(SSL) Disable curl's use of SSL session-ID caching. By default all transfers
|
||||
are done using the cache. Note that while nothing ever should get hurt by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue