From 00423058d6f4139183769d41198ec32d34d8413a Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 30 Aug 2016 01:06:48 +0000 Subject: [PATCH] Clarify git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1758313 13f79535-47bb-0310-9956-ffa450edef68 --- server/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/protocol.c b/server/protocol.c index a674c92d09..b464a3d0d9 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -204,7 +204,7 @@ AP_DECLARE(apr_time_t) ap_rationalize_mtime(request_rec *r, apr_time_t mtime) * APR_ENOSPC is returned if there is not enough buffer space. * Other errors may be returned on other errors. * - * The LF is *not* returned in the buffer. Therefore, a *read of 0 + * The [CR]LF are *not* returned in the buffer. Therefore, a *read of 0 * indicates that an empty line was read. * * Notes: Because the buffer uses 1 char for NUL, the most we can return is -- 2.50.1