From: William A. Rowe Jr Date: Tue, 30 Aug 2016 01:06:48 +0000 (+0000) Subject: Clarify X-Git-Tag: 2.5.0-alpha~1175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00423058d6f4139183769d41198ec32d34d8413a;p=apache Clarify git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1758313 13f79535-47bb-0310-9956-ffa450edef68 --- 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