TLS: Introduced flag GWEN_SYNCIO_TLS_FLAGS_IGN_PREMATURE_CLOSE
If this flag is set the gnutls error GNUTLS_E_PREMATURE_TERMINATION is ignored upon gnutls_recv() and just reported as EOF. This might be necessary with some faulty servers which do not properly terminate an SSL connection.
TLS: Introduced flag GWEN_SYNCIO_TLS_FLAGS_IGN_PREMATURE_CLOSE
If this flag is set the gnutls error GNUTLS_E_PREMATURE_TERMINATION is
ignored upon gnutls_recv() and just reported as EOF. This might be necessary
with some faulty servers which do not properly terminate an SSL connection.