nghttp3_qpack_decoder_get_decoder_streamlen
Synopsis
#include <nghttp3/nghttp3.h>
-
size_t nghttp3_qpack_decoder_get_decoder_streamlen(nghttp3_qpack_decoder *decoder)
Warning
Deprecated since version 1.16.0: Use
nghttp3_qpack_decoder_get_decoder_streamlen2()instead.nghttp3_qpack_decoder_get_decoder_streamlen()returns the length of decoder stream that is currently pending.