nghttp3_qpack_stream_context_del
Synopsis
#include <nghttp3/nghttp3.h>
-
void nghttp3_qpack_stream_context_del(nghttp3_qpack_stream_context *sctx)
nghttp3_qpack_stream_context_del()
frees memory allocated for sctx. This function frees memory pointed by sctx itself. This function does nothing if sctx is NULL.