Commit d56fbe83 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

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
parent 7f9129e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;