nghttp3_conn_get_frame_payload_left2 ==================================== Synopsis -------- *#include * .. function:: 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. .. version-added:: 1.16.0