]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- added missing else to "skip size checks for now"
authorrousskov <>
Sat, 6 Jun 1998 00:33:55 +0000 (00:33 +0000)
committerrousskov <>
Sat, 6 Jun 1998 00:33:55 +0000 (00:33 +0000)
test-suite/tcp-banger2.c

index 1f3ecdf78a9192690b873ee154bc99ecc8f84f6b..06f3e06a2643df9f8bde00d9dd001885ddb25bfd 100644 (file)
@@ -245,6 +245,7 @@ reply_done(int fd, void *data)
     struct _request *r = data;
     if (opt_range)
        ; /* skip size checks for now */
+    else
     if (r->bodysize != r->content_length)
        fprintf(stderr,"ERROR: %s expected %d bytes got %d\n",
                r->url, r->content_length, r->bodysize);