nghttp3_conn_shutdown_stream_write
Synopsis
#include <nghttp3/nghttp3.h>
-
void nghttp3_conn_shutdown_stream_write(nghttp3_conn *conn, int64_t stream_id)
nghttp3_conn_shutdown_stream_write()
tells the library that any further write operation to stream identified by stream_id is prohibited. This works likenghttp3_conn_block_stream()
, but it cannot be unblocked bynghttp3_conn_unblock_stream()
.