nghttp3_qpack_encoder_ack_everything

Synopsis

#include <nghttp3/nghttp3.h>

void nghttp3_qpack_encoder_ack_everything(nghttp3_qpack_encoder *encoder)

nghttp3_qpack_encoder_ack_everything() tells encoder that all encoded HTTP field sections are acknowledged. This function is provided for debugging purpose only. In HTTP/3, encoder knows this by reading decoder stream with nghttp3_qpack_encoder_read_decoder().