From daf3dc9b09b01240ed8baa607f72f4ec26d6e91f Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 21 Jul 2009 18:42:44 +0000 Subject: removed APR_BUCKET_IS_EOS. Doesn't seem appropriate at this point. --- (limited to 'src/gnutls_io.c') diff --git a/src/gnutls_io.c b/src/gnutls_io.c index e145466..f6da535 100644 --- a/src/gnutls_io.c +++ b/src/gnutls_io.c @@ -563,7 +563,7 @@ apr_status_t mgs_filter_output(ap_filter_t * f, } apr_brigade_cleanup(ctxt->output_bb); - if (APR_BUCKET_IS_EOS(bucket) && ctxt->session) { + if (ctxt->session) { gnutls_deinit(ctxt->session); ctxt->session = NULL; } -- cgit v0.9.2