From: Dan Winship Date: Mon, 6 Dec 2010 12:03:24 +0000 (+0100) Subject: gnutls: update for require-close-notify semantics change X-Git-Tag: 2.27.5~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6564f506e7aca01b7eb55a95dc49418238932a3b;p=platform%2Fupstream%2Fglib-networking.git gnutls: update for require-close-notify semantics change --- diff --git a/tls/gnutls/gtlsconnection-gnutls.c b/tls/gnutls/gtlsconnection-gnutls.c index 14634ee..b812b18 100644 --- a/tls/gnutls/gtlsconnection-gnutls.c +++ b/tls/gnutls/gtlsconnection-gnutls.c @@ -976,9 +976,6 @@ close_internal (GTlsConnectionGnutls *gnutls, { int ret; - if (!gnutls->priv->require_close_notify) - return TRUE; - /* If we haven't finished the initial handshake yet, there's no * reason to finish it just so we can close. */