mirror of
https://github.com/curl/curl.git
synced 2025-09-21 03:22:41 +03:00
http: remove ((expression)) double parentheses
This commit is contained in:
parent
b22a954736
commit
541027876d
|
@ -1515,9 +1515,9 @@ CURLcode Curl_http_done(struct connectdata *conn,
|
||||||
entire operation is complete */
|
entire operation is complete */
|
||||||
!conn->bits.retry &&
|
!conn->bits.retry &&
|
||||||
!data->set.connect_only &&
|
!data->set.connect_only &&
|
||||||
((http->readbytecount +
|
(http->readbytecount +
|
||||||
data->req.headerbytecount -
|
data->req.headerbytecount -
|
||||||
data->req.deductheadercount)) <= 0) {
|
data->req.deductheadercount) <= 0) {
|
||||||
/* If this connection isn't simply closed to be retried, AND nothing was
|
/* 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
|
read from the HTTP server (that counts), this can't be right so we
|
||||||
return an error here */
|
return an error here */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user