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

/httpd/modules/filters/
H A Dmod_reqtimeout.c46 int body_max_timeout; /* max timeout for req body in secs */ member in struct:__anon172
409 ccfg->new_max_timeout = cfg->body_max_timeout;
465 cfg->body_max_timeout = UNSET;
482 MERGE_INT(cfg, base, add, body_max_timeout);
569 conf->body_max_timeout = max;

Completed in 12 milliseconds