From 76cbe022c8c1158615615e54a53be8fb1f07a718 Mon Sep 17 00:00:00 2001 From: Nokis 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') 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