diff options
author | Kamil Dudka <kdudka@redhat.com> | 2017-02-09 16:21:52 +0100 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2017-02-09 17:34:14 +0100 |
commit | 8fa5409800668ad5305e7517597286014c7708fb (patch) | |
tree | 5e18cc2e050f9086f49370083de28ea7f5dcd34d /RELEASE-NOTES | |
parent | bef0d001108a0f24b8227941aeee3bf03ae37bfa (diff) | |
download | curl-8fa5409800668ad5305e7517597286014c7708fb.tar.gz |
nss: make FTPS work with --proxytunnel
If the NSS code was in the middle of a non-blocking handshake and it
was asked to finish the handshake in blocking mode, it unexpectedly
continued in the non-blocking mode, which caused a FTPS connection
over CONNECT to fail with "(81) Socket not ready for send/recv".
Bug: https://bugzilla.redhat.com/1420327
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0ad6d9342..0cdf29c31 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -87,6 +87,7 @@ This release includes the following bugfixes: o telnet: Fix typos [45] o transfer: only retry nobody-requests for HTTP [46] o http2: reset push header counter fixes crash [47] + o nss: make FTPS work with --proxytunnel [48] This release includes the following known bugs: @@ -157,3 +158,4 @@ References to bug reports and discussions on issues: [45] = https://curl.haxx.se/bug/?i=1245 [46] = https://curl.haxx.se/bug/?i=1243 [47] = https://curl.haxx.se/bug/?i=1249 + [48] = https://bugzilla.redhat.com/1420327 |