Lines Matching defs:headers
2418 /* Get the server port for the Via headers */
2590 /* Read until we find the end of the headers or run out of buffer */
3288 * Remove all headers referred to by the Connection header.
3292 static int ap_proxy_clear_connection(request_rec *r, apr_table_t *headers)
3300 x.is_req = (headers == r->headers_in);
3302 apr_table_unset(headers, "Proxy-Connection");
3304 apr_table_do(find_conn_headers, &x, headers, "Connection", NULL);
3305 apr_table_unset(headers, "Connection");
3323 apr_table_unset(headers, name);
3425 * Save the original headers in here and restore them when leaving, since
3427 * headers, add Via or X-Forwarded-* or Expect...), whereas the originals
3441 /* Block all outgoing Via: headers */
3447 * origin server name (which does make too much sense with Via: headers)
3495 * These request headers are only really useful when the mod_proxy
3541 /* send request headers */
3551 /* Clear out hop-by-hop request headers not to send
3552 * RFC2616 13.5.1 says we should strip these headers
3586 /* for sub-requests, ignore freshness/expiry headers */
3605 /* Restore the original headers in (see comment above),