diff options
author | Jiri Hruska <jirka@fud.cz> | 2013-09-10 20:40:11 +0200 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-09-10 19:47:54 +0100 |
commit | 5c14a7f06864f20a62b1fd1961d30f1902e2280a (patch) | |
tree | 077726f21df15b1dc42205c7b123e33805d24696 /RELEASE-NOTES | |
parent | 2879ffacfa0cf60a0e215d8b1300368390e7548f (diff) |
imap/pop3/smtp: Speed up SSL connection initialization
Don't wait for the next callback call (usually 1 second) before
continuing with protocol specific connection initialization.
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 30aa95981..59310f224 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -42,6 +42,7 @@ This release includes the following bugfixes: o curl_easy_pause: suggest one way to unpause o imap: Fixed calculation of transfer when partial FETCH received [16] o pingpong: Check SSL library buffers for already read data [16] + o imap/pop3/smtp: Speed up SSL connection initialization This release includes the following known bugs: |