diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-12-12 11:22:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-12-12 11:22:15 +0000 |
commit | dc24540ed1abaed66ff93ffcd5f603bd870926f1 (patch) | |
tree | c977c28e76777738295e0137a748e06c36580bb7 /CHANGES | |
parent | 92eae30f4d9b8ea204bb56d6fbeb244561169e3a (diff) |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog +Daniel S (12 Dec 2007) +- 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. + Daniel S (9 Dec 2007) - Andrew Moise filed bug report #1847501 (http://curl.haxx.se/bug/view.cgi?id=1847501) and pointed out a memcpy() |