From: Doug MacEachern Date: Tue, 26 Mar 2002 00:49:37 +0000 (+0000) Subject: correct comment in previous change X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e46017ab97032b65e8d1131ba6c3cf14b12d12ef;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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); }