From 88078be5af576c7e794852a54a1a1d68eba18b83 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/modules/ssl@93932 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 138cb4e5c41..a2a338dc463 100644 --- a/ssl_engine_io.c +++ b/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.47.2