From 8cca196973325c200f724ac2301d99a317d9a195 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Wed, 19 Apr 2006 20:07:22 +0000 Subject: [PATCH] * Adjust comment as per niq's proposal in r395166 and as already adjusted by colm in the backport to 2.0.x (r395197). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395381 13f79535-47bb-0310-9956-ffa450edef68 --- server/protocol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/protocol.c b/server/protocol.c index db0f53f50a..170e4651c2 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -219,8 +219,8 @@ AP_DECLARE(apr_status_t) ap_rgetline_core(char **s, apr_size_t n, /* * Initialize last_char as otherwise a random value will be compared - * against APR_ASCII_LF at the end of the loop if bb only contains an - * EOS bucket. + * against APR_ASCII_LF at the end of the loop if bb only contains + * zero-length buckets. */ if (last_char) *last_char = '\0'; -- 2.40.0