nghttp3_conn_get_frame_payload_left =================================== Synopsis -------- *#include * .. function:: uint64_t nghttp3_conn_get_frame_payload_left(nghttp3_conn *conn, int64_t stream_id) `nghttp3_conn_get_frame_payload_left` 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.