changelog: GnuTLS: SSL handshake phase is non-blocking

This commit is contained in:
Daniel Stenberg
2010-04-16 22:45:06 +02:00
parent c2888604d7
commit 0a4ccce054
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
Changelog
Daniel Stenberg (16 Apr 2010)
- Jerome Vouillon made the GnuTLS SSL handshake phase non-blocking.
- The recent overhaul of the SSL recv function made the GnuTLS specific code
treat a zero returned from gnutls_record_recv() as an error, and this caused
our HTTPS test cases to fail. We leave it to upper layer code to detect if