nghttp3_conn_del ================ Synopsis -------- *#include * .. function:: 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.