Merge branch 'scan-build' of https://github.com/alagoutte/nghttp2 into alagoutte-scan-build
This commit is contained in:
commit
14f971d71f
|
@ -1114,7 +1114,7 @@ void test_nghttp2_session_recv_premature_headers(void) {
|
||||||
|
|
||||||
nghttp2_hd_deflate_init(&deflater, mem);
|
nghttp2_hd_deflate_init(&deflater, mem);
|
||||||
|
|
||||||
rv = pack_headers(&bufs, &deflater, 1, NGHTTP2_FLAG_END_HEADERS, reqnv,
|
pack_headers(&bufs, &deflater, 1, NGHTTP2_FLAG_END_HEADERS, reqnv,
|
||||||
ARRLEN(reqnv), mem);
|
ARRLEN(reqnv), mem);
|
||||||
|
|
||||||
buf = &bufs.head->buf;
|
buf = &bufs.head->buf;
|
||||||
|
|
Loading…
Reference in New Issue