mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 02:58:53 +08:00
nghttp2_hd: Define dedicated struct for HPACK deflater and inflater
This commit is contained in:
@@ -133,7 +133,7 @@ void add_out(nva_out *out, nghttp2_nv *nv)
|
||||
++out->nvlen;
|
||||
}
|
||||
|
||||
ssize_t inflate_hd(nghttp2_hd_context *inflater, nva_out *out,
|
||||
ssize_t inflate_hd(nghttp2_hd_inflater *inflater, nva_out *out,
|
||||
uint8_t *buf, size_t buflen)
|
||||
{
|
||||
ssize_t rv;
|
||||
|
||||
Reference in New Issue
Block a user