nghttp3_conn_is_drained2

Synopsis

#include <nghttp3/nghttp3.h>

int nghttp3_conn_is_drained2(const nghttp3_conn *conn)

nghttp3_conn_is_drained2() returns nonzero if nghttp3_conn_shutdown() has been called, and there is no active remote streams. This function is for server use only.

Added in version 1.16.0.