nghttp3_conn_get_stream_user_data
Synopsis
#include <nghttp3/nghttp3.h>
-
void *nghttp3_conn_get_stream_user_data(const nghttp3_conn *conn, int64_t stream_id)
nghttp3_conn_get_stream_user_data()returns the user data associated to the stream identified by stream_id. If no data is associated or the stream is not found, this function returns NULL.The user data can be associated to the stream by the following functions:
Added in version 1.16.0.