Commit 54102787 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

http: remove ((expression)) double parentheses

parent b22a9547
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1515,9 +1515,9 @@ CURLcode Curl_http_done(struct connectdata *conn,
                      entire operation is complete */
     !conn->bits.retry &&
     !data->set.connect_only &&
     ((http->readbytecount +
     (http->readbytecount +
      data->req.headerbytecount -
       data->req.deductheadercount)) <= 0) {
      data->req.deductheadercount) <= 0) {
    /* If this connection isn't simply closed to be retried, AND nothing was
       read from the HTTP server (that counts), this can't be right so we
       return an error here */