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

Function ap_get_mime_headers

server/protocol.c:1348–1354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1346}
1347
1348AP_DECLARE(void) ap_get_mime_headers(request_rec *r)
1349{
1350 apr_bucket_brigade *tmp_bb;
1351 tmp_bb = apr_brigade_create(r->pool, r->connection->bucket_alloc);
1352 ap_get_mime_headers_core(r, tmp_bb);
1353 apr_brigade_destroy(tmp_bb);
1354}
1355
1356AP_DECLARE(request_rec *) ap_create_request(conn_rec *conn)
1357{

Callers 2

read_chunked_trailersFunction · 0.85
http_protocol.hFile · 0.85

Calls 1

ap_get_mime_headers_coreFunction · 0.85

Tested by

no test coverage detected