diff options
author | Kamil Dudka <kdudka@redhat.com> | 2009-09-26 08:31:48 +0000 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2009-09-26 08:31:48 +0000 |
commit | 66fcebdc9eb97b1dd1ad719d2a934fe28c0cd7ff (patch) | |
tree | 92de6009fbfe97e0819c613e41b21ec552cf7253 /CHANGES | |
parent | af9ce990f0a418a22f171f89da9bc58f4637e9ee (diff) |
- Implemented a protocol independent way to specify blocking direction, used by
transfer.c for blocking. It is currently used only by SCP and SFTP protocols.
This enhancement resolves an issue with 100% CPU usage during SFTP upload,
reported by Vourhey.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Kamil Dudka (26 Sep 2009) +- Implemented a protocol independent way to specify blocking direction, used by + transfer.c for blocking. It is currently used only by SCP and SFTP protocols. + This enhancement resolves an issue with 100% CPU usage during SFTP upload, + reported by Vourhey. + Daniel Stenberg (25 Sep 2009) - Chris Mumford filed bug report #2861587 (http://curl.haxx.se/bug/view.cgi?id=2861587) identifying that libcurl used |