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

Function ap_update_vhost_from_headers

server/vhost.c:1168–1171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166}
1167
1168AP_DECLARE(void) ap_update_vhost_from_headers(request_rec *r)
1169{
1170 ap_update_vhost_from_headers_ex(r, 0);
1171}
1172
1173AP_DECLARE(int) ap_update_vhost_from_headers_ex(request_rec *r, int require_match)
1174{

Callers 2

h2_create_request_recFunction · 0.85
http_vhost.hFile · 0.85

Calls 1

Tested by

no test coverage detected