| 223 | */ |
| 224 | #ifndef SECURITY_HOLE_PASS_PROXY |
| 225 | else if (!ap_cstr_casecmp(hdrs[i].key, "Proxy")) { |
| 226 | ; |
| 227 | } |
| 228 | #endif |
| 229 | /* |
| 230 | * You really don't want to disable this check, since it leaves you |
nothing calls this directly
no test coverage detected