MCPcopy Create free account
hub / github.com/apache/httpd / h2_c2_destroy

Function h2_c2_destroy

modules/http2/h2_c2.c:145–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void h2_c2_destroy(conn_rec *c2)
146{
147 h2_conn_ctx_t *conn_ctx = h2_conn_ctx_get(c2);
148
149 ap_log_cerror(APLOG_MARK, APLOG_TRACE3, 0, c2,
150 "h2_c2(%s): destroy", c2->log_id);
151 if(!c2->aborted && conn_ctx && conn_ctx->bytes_sent) {
152 h2_c2_log_io(c2, conn_ctx->bytes_sent);
153 }
154 apr_pool_destroy(c2->pool);
155}
156
157void h2_c2_abort(conn_rec *c2, conn_rec *from)
158{

Callers 2

c1_purge_streamsFunction · 0.85
s_next_c2Function · 0.85

Calls 1

h2_c2_log_ioFunction · 0.85

Tested by

no test coverage detected