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

/httpd/modules/filters/
H A Dmod_reqtimeout.c47 int body_min_rate; /* min rate for reading req body in bytes/s */ member in struct:__anon172
410 ccfg->min_rate = cfg->body_min_rate;
466 cfg->body_min_rate = UNSET;
483 MERGE_INT(cfg, base, add, body_min_rate);
487 cfg->body_rate_factor = (cfg->body_min_rate == UNSET) ?
570 conf->body_min_rate = rate;

Completed in 10 milliseconds