nghttp3_qpack_encoder_read_decoder ================================== Synopsis -------- *#include * .. function:: nghttp3_ssize nghttp3_qpack_encoder_read_decoder( nghttp3_qpack_encoder *encoder, const uint8_t *src, size_t srclen) `nghttp3_qpack_encoder_read_decoder` reads decoder stream. The buffer pointed by *src* of length *srclen* contains decoder stream. This function returns the number of bytes read, or one of the following negative error codes: :macro:`NGHTTP3_ERR_NOMEM` Out of memory :macro:`NGHTTP3_ERR_QPACK_FATAL` *encoder* is in unrecoverable error state, and cannot be used anymore. :macro:`NGHTTP3_ERR_QPACK_DECODER_STREAM` *encoder* is unable to process input because it is malformed.