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

/httpd/modules/filters/
H A Dmod_reqtimeout.c45 int body_timeout; /* timeout for reading the req body in secs */ member in struct:__anon172
356 if (cfg->header_timeout == 0 && cfg->body_timeout == 0) {
407 if (cfg->body_timeout != UNSET) {
408 ccfg->new_timeout = cfg->body_timeout;
464 cfg->body_timeout = UNSET;
481 MERGE_INT(cfg, base, add, body_timeout);
568 conf->body_timeout = initial;

Completed in 10 milliseconds