- 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!
This commit is contained in:
Daniel Stenberg
2008-06-19 08:31:22 +00:00
parent 68b67e24f2
commit fb2e71b9bd
3 changed files with 12 additions and 4 deletions

View File

@@ -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