nghttp3_qpack_encoder_get_num_blocked_streams

Synopsis

#include <nghttp3/nghttp3.h>

size_t nghttp3_qpack_encoder_get_num_blocked_streams(nghttp3_qpack_encoder *encoder)

Warning

Deprecated since version 1.16.0: Use nghttp3_qpack_encoder_get_num_blocked_streams2() instead.

nghttp3_qpack_encoder_get_num_blocked_streams() returns the number of streams which are potentially blocked at decoder side.