mirror of
https://github.com/curl/curl.git
synced 2026-07-23 00:07:16 +03:00
curl_quiche: remove superfluous NULL check
'stream' is always non-NULL at this point Pointed out by Coverity Closes #11656
This commit is contained in:
parent
e1356f4c45
commit
c7056759be
1 changed files with 1 additions and 2 deletions
|
|
@ -908,8 +908,7 @@ out:
|
|||
ctx->data_recvd += nread;
|
||||
CURL_TRC_CF(data, cf, "[%"PRId64"] cf_recv(total=%"
|
||||
CURL_FORMAT_CURL_OFF_T ") -> %zd, %d",
|
||||
stream ? stream->id : (int64_t)0,
|
||||
ctx->data_recvd, nread, *err);
|
||||
stream->id, ctx->data_recvd, nread, *err);
|
||||
return nread;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue