From: Doug MacEachern Date: Thu, 14 Mar 2002 07:21:10 +0000 (+0000) Subject: fix comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50fc41f2fc6ec7b8c3b9cb05c4cfac89ebfc85ed;p=apache fix comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93932 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_io.c b/modules/ssl/ssl_engine_io.c index 138cb4e5c4..a2a338dc46 100644 --- a/modules/ssl/ssl_engine_io.c +++ b/modules/ssl/ssl_engine_io.c @@ -684,7 +684,7 @@ static apr_status_t ssl_io_input_getline(ssl_io_input_ctx_t *ctx, * in most cases we get all the headers on the first SSL_read. * however, in certain cases SSL_read will only get a partial * chunk of the headers, so we try to read until LF is seen. - * / + */ while (tmplen > 0) { status = ssl_io_input_read(ctx, buf + offset, &tmplen);