mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 18:48:54 +08:00
Merge branch 'scan-build' of https://github.com/alagoutte/nghttp2 into alagoutte-scan-build
This commit is contained in:
@@ -571,7 +571,7 @@ int nghttp2_session_reprioritize_stream
|
|||||||
const nghttp2_priority_spec *pri_spec_in)
|
const nghttp2_priority_spec *pri_spec_in)
|
||||||
{
|
{
|
||||||
int rv;
|
int rv;
|
||||||
nghttp2_stream *dep_stream;
|
nghttp2_stream *dep_stream = NULL;
|
||||||
nghttp2_stream *root_stream;
|
nghttp2_stream *root_stream;
|
||||||
nghttp2_priority_spec pri_spec_default;
|
nghttp2_priority_spec pri_spec_default;
|
||||||
const nghttp2_priority_spec *pri_spec = pri_spec_in;
|
const nghttp2_priority_spec *pri_spec = pri_spec_in;
|
||||||
|
|||||||
Reference in New Issue
Block a user