diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-06-19 08:31:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-06-19 08:31:22 +0000 |
commit | fb2e71b9bd352bca7e3a5533c69bd236132a5d7a (patch) | |
tree | fe06a50b4d75ecdd94aa2cc2f484c6a4bf88c902 /CHANGES | |
parent | 68b67e24f26fbfaac2f869145b91110d5b5b1b69 (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-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |