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

/httpd/modules/filters/
H A Dmod_reqtimeout.c41 int header_timeout; /* timeout for reading the req hdrs in secs */ member in struct:__anon172
356 if (cfg->header_timeout == 0 && cfg->body_timeout == 0) {
373 if (cfg->header_timeout != UNSET) {
374 ccfg->new_timeout = cfg->header_timeout;
442 ccfg->new_timeout = cfg->header_timeout;
461 cfg->header_timeout = UNSET;
478 MERGE_INT(cfg, base, add, header_timeout);
561 conf->header_timeout = initial;

Completed in 13 milliseconds