nghttp3_conn_get_frame_payload_left2

Synopsis

#include <nghttp3/nghttp3.h>

uint64_t nghttp3_conn_get_frame_payload_left2(const nghttp3_conn *conn, int64_t stream_id)

nghttp3_conn_get_frame_payload_left2() returns the number of bytes left to read current frame payload for a stream denoted by stream_id. If no such stream is found, or stream_id identifies neither client bidirectional stream nor remote control stream, it returns 0.

Added in version 1.16.0.