diff options
author | Kamil Dudka <kdudka@redhat.com> | 2013-10-07 16:07:50 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-10-12 23:03:28 +0200 |
commit | d015f4ccac627852869cb45e31ccdc9fbd97dc47 (patch) | |
tree | 6adc98e7f8317323f427cf27b8bea0dfd5847133 /RELEASE-NOTES | |
parent | 143d7c13d8dfee156a4bd6ec442a5394b3736588 (diff) | |
download | curl-d015f4ccac627852869cb45e31ccdc9fbd97dc47.tar.gz |
ssh: improve the logic for detecting blocking direction
This fixes a regression introduced by commit 0feeab78 limiting the speed
of SCP upload to 16384 B/s on a fast connection (such as localhost).
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ab59159c7..8dc2eb3a1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -59,6 +59,7 @@ This release includes the following bugfixes: o win32: fix Visual Studio 2010 build with WINVER >= 0x600 [22] o configure: use icc options without space [21] o test1112: Increase the timeout from 7s to 16s [20] + o SCP: upload speed on a fast connection limited to 16384 B/s This release includes the following known bugs: |