nghttp3_conn_del
Synopsis
#include <nghttp3/nghttp3.h>
-
void nghttp3_conn_del(nghttp3_conn *conn)
nghttp3_conn_del()
frees resources allocated for conn. This function also frees memory pointed by conn itself. This function does nothing if conn is NULL.