Searched refs:headers_in_copy (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dmod_proxy_http.c710 apr_table_t *headers_in_copy; local
864 headers_in_copy = apr_table_copy(r->pool, r->headers_in);
865 ap_proxy_clear_connection(p, headers_in_copy);
867 headers_in_array = apr_table_elts(headers_in_copy);

Completed in 112 milliseconds