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

  Fix a fat-fingered typo.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@209416 13f79535-47bb-0310-9956-ffa450edef68
parent 49d71b4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2114,7 +2114,7 @@ API_EXPORT(int) ap_setup_client_block(request_rec *r, int read_policy)
        }
    }

    if ((r->read_body == REQUEST_NO_BODY) &&
    if ((r->read_body == REQUEST_NO_BODY)
        && (r->read_length || r->read_chunked || r->remaining)) {
        ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, r,
                    "%s with body is not allowed for %s", r->method, r->uri);