Use GNUTLS_NONBLOCK (if available) for TLS sessions

This commit is contained in:
Evgeny Grin (Karlson2k)
2017-07-13 21:44:03 +03:00
parent 5f2517a9ea
commit 67f0f76b90
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
Thu Jul 13 21:41:00 MSK 2017
Restored SIGPIPE suppression in TLS mode.
Added new value MHD_FEATURE_AUTOSUPPRESS_SIGPIPE so application could
check whether SIGPIPE handling is required.
Used GNUTLS_NONBLOCK for TLS sessions. -EG
Tue Jun 20 23:52:00 MSK 2017
Libgcrypt is now optional and required only for old GnuTLS versions. -EG