From 50fc41f2fc6ec7b8c3b9cb05c4cfac89ebfc85ed Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Thu, 14 Mar 2002 07:21:10 +0000 Subject: [PATCH] fix comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93932 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/ssl_engine_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1