From e46017ab97032b65e8d1131ba6c3cf14b12d12ef Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Tue, 26 Mar 2002 00:49:37 +0000 Subject: [PATCH] correct comment in previous change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@94171 13f79535-47bb-0310-9956-ffa450edef68 --- ssl_engine_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl_engine_io.c b/ssl_engine_io.c index fd620cdc818..ea8d4391328 100644 --- a/ssl_engine_io.c +++ b/ssl_engine_io.c @@ -582,7 +582,7 @@ static apr_status_t ssl_io_filter_Output(ap_filter_t *f, SSLFilterRec *ctx = f->ctx; if (!ctx->pssl) { - /* ssl_hook_CloseConnection has already been called */ + /* ssl_abort() has been called */ return ap_pass_brigade(f->next, bb); } -- 2.47.2