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

/httpd/modules/experimental/
H A Dmod_noloris.c51 static apr_hash_t *trusted; variable
149 /* if this isn't a trusted proxy, we mark it as bad */
150 if (!apr_hash_get(trusted, ip, APR_HASH_KEY_STRING)) {
173 apr_hash_clear(trusted);
184 trusted = apr_hash_make(pconf);
200 apr_hash_set(trusted, val, APR_HASH_KEY_STRING, &noloris_module);

Completed in 546 milliseconds