summaryrefslogtreecommitdiff
path: root/www/apache22/files/patch-modules:ssl:ssl_engine_io.c
blob: 48681d53a393901a26e22f0a2cb237cce120b2b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- modules/ssl/ssl_engine_io.c.orig	Tue Dec  7 23:49:54 2004
+++ modules/ssl/ssl_engine_io.c	Sat Dec 18 11:56:00 2004
@@ -155,7 +155,7 @@
                                  outctx->bb);
     /* create new brigade ready for next time through */
     outctx->bb = apr_brigade_create(outctx->c->pool, outctx->c->bucket_alloc);
-    return (outctx->rc == APR_SUCCESS) ? 1 : -1;
+    return (outctx->rc == APR_SUCCESS && !outctx->c->aborted) ? 1 : -1;
 }
 
 static int bio_filter_create(BIO *bio)