summaryrefslogtreecommitdiff
path: root/www/apache2/files/patch-modules:ssl:ssl_engine_io.c
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-02-08 15:17:06 +0000
committerClement Laforet <clement@FreeBSD.org>2005-02-08 15:17:06 +0000
commit2e6e1ded1c13724c75c64ea5f5071aeb2c1347f3 (patch)
treeb38efd5fa32d84124e7e7be986a2e3940558ce25 /www/apache2/files/patch-modules:ssl:ssl_engine_io.c
parentUpdate to version 0.2.5 (diff)
- Update to 2.0.53
- Download bz2'd tarball [1] - Add print-closest-mirrors target. It allows you to find the 6 (3 http/3 ftp) closest mirror, base on http://www.apache.org/dyn/closer.cgi/httpd/ make print-closest-mirrors >> /etc/make.conf automatically add the six closest mirror to the head of ${MASTER_SITE_APACHE_HTTPD}. Requested by: delphij
Diffstat (limited to 'www/apache2/files/patch-modules:ssl:ssl_engine_io.c')
-rw-r--r--www/apache2/files/patch-modules:ssl:ssl_engine_io.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/apache2/files/patch-modules:ssl:ssl_engine_io.c b/www/apache2/files/patch-modules:ssl:ssl_engine_io.c
deleted file mode 100644
index 0f2823e10232..000000000000
--- a/www/apache2/files/patch-modules:ssl:ssl_engine_io.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/ssl/ssl_engine_io.c.orig Fri Dec 17 23:14:23 2004
-+++ modules/ssl/ssl_engine_io.c Fri Dec 17 23:15:04 2004
-@@ -153,7 +153,7 @@
-
- outctx->rc = ap_pass_brigade(outctx->filter_ctx->pOutputFilter->next,
- outctx->bb);
-- return (outctx->rc == APR_SUCCESS) ? 1 : -1;
-+ return (outctx->rc == APR_SUCCESS && !outctx->c->aborted) ? 1 : -1;
- }
-
- static int bio_filter_create(BIO *bio)