From: Eric Covener Date: Thu, 25 Jun 2015 20:44:42 +0000 (+0000) Subject: elaborate on a misleading comment X-Git-Tag: 2.5.0-alpha~3048 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17a2879675e21e6cac10cdef47669bfc77983c59;p=apache elaborate on a misleading comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1687642 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index d6623cf04f..7261ec2494 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -236,7 +236,9 @@ AP_DECLARE(apr_status_t) ap_rgetline_core(char **s, apr_size_t n, return rv; } - /* Something horribly wrong happened. Someone didn't block! */ + /* Something horribly wrong happened. Someone didn't block! + * (this also happens at the end of each kept-alive connection) + */ if (APR_BRIGADE_EMPTY(bb)) { return APR_EGENERAL; }