From: William A. Rowe Jr Date: Wed, 9 Nov 2016 14:39:05 +0000 (+0000) Subject: Backports: r1687643 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2baefd2dc7f118caeec3b532630392d425d84b45;p=thirdparty%2Fapache%2Fhttpd.git Backports: r1687643 Submitted by: covener be less weird in comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict@1768978 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 27de5db6162..487c362732a 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -240,7 +240,7 @@ AP_DECLARE(apr_status_t) ap_rgetline_core(char **s, apr_size_t n, } /* Something horribly wrong happened. Someone didn't block! - * (this also happens at the end of each kept-alive connection) + * (this also happens at the end of each keepalive connection) */ if (APR_BRIGADE_EMPTY(bb)) { return APR_EGENERAL;