]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a fat-fingered typo.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 6 Jul 2005 06:55:18 +0000 (06:55 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 6 Jul 2005 06:55:18 +0000 (06:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@209416 13f79535-47bb-0310-9956-ffa450edef68

src/main/http_protocol.c

index 48207e84cb3a66a052d5bc7156fa377cb8b09f30..8899b7f8dc965f6b04adf07a47bd4b220a29d1b0 100644 (file)
@@ -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);