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
@ -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…
Reference in New Issue
Block a user