Searched defs:new_max_timeout (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dmod_reqtimeout.c58 int new_max_timeout; member in struct:__anon173
201 if (ccfg->new_max_timeout > 0) {
202 ccfg->max_timeout_at = now + apr_time_from_sec(ccfg->new_max_timeout);
203 ccfg->new_max_timeout = 0;
375 ccfg->new_max_timeout = cfg->header_max_timeout;
381 ccfg->new_max_timeout = MRT_DEFAULT_HEADER_MAX_TIMEOUT;
409 ccfg->new_max_timeout = cfg->body_max_timeout;
415 ccfg->new_max_timeout = MRT_DEFAULT_BODY_MAX_TIMEOUT;
443 ccfg->new_max_timeout = cfg->header_max_timeout;
449 ccfg->new_max_timeout
[all...]

Completed in 17 milliseconds