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

Function md_http_req_destroy

modules/md/md_http.c:243–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void md_http_req_destroy(md_http_request_t *req)
244{
245 if (req) {
246 if (req->internals) {
247 req->http->impl->req_cleanup(req);
248 req->internals = NULL;
249 }
250 apr_pool_destroy(req->pool);
251 }
252}
253
254void md_http_set_on_status_cb(md_http_request_t *req, md_http_status_cb *cb, void *baton)
255{

Callers 3

md_http_POSTd_createFunction · 0.85
md_curl_performFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected