aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-06-19 08:31:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-06-19 08:31:22 +0000
commitfb2e71b9bd352bca7e3a5533c69bd236132a5d7a (patch)
treefe06a50b4d75ecdd94aa2cc2f484c6a4bf88c902 /CHANGES
parent68b67e24f26fbfaac2f869145b91110d5b5b1b69 (diff)
- Dengminwen found a bug in the connection re-use function when using the
multi interface with pipelining enabled as it would wrongly check for, detect and close "dead connections" even though that connection was already in use!
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index aa6997951..1d137577c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+Daniel Stenberg (19 Jun 2008)
+- Dengminwen found a bug in the connection re-use function when using the
+ multi interface with pipelining enabled as it would wrongly check for,
+ detect and close "dead connections" even though that connection was already
+ in use!
+
Daniel Fandrich (18 Jun 2008)
- Added SSH failure test cases 628-632