nghttp3_conn_resume_stream

Synopsis

#include <nghttp3/nghttp3.h>

int nghttp3_conn_resume_stream(nghttp3_conn *conn, int64_t stream_id)

nghttp3_conn_resume_stream() resumes stream identified by stream_id which was previously unable to provide data. See nghttp3_read_data_callback.

If a stream denoted by stream_id is not found, this function returns 0.

This function returns 0 if it succeeds, or one of the following negative error codes:

NGHTTP3_ERR_NOMEM

Out of memory.