]> granicus.if.org Git - apache/commitdiff
fix comment
authorDoug MacEachern <dougm@apache.org>
Thu, 14 Mar 2002 07:21:10 +0000 (07:21 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 14 Mar 2002 07:21:10 +0000 (07:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93932 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_io.c

index 138cb4e5c417c3eac19d51ba47e769d7bdedcc14..a2a338dc463e33df86234f0d216d32c2614d259a 100644 (file)
@@ -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);