Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ c2_transit_destroy
Function
c2_transit_destroy
modules/http2/h2_mplx.c:236–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
}
235
236
static void c2_transit_destroy(h2_c2_transit *transit)
237
{
238
apr_pool_destroy(transit->pool);
239
}
240
241
static h2_c2_transit *c2_transit_get(h2_mplx *m)
242
{
Callers
1
c2_transit_recycle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected