|
|
@@ -1442,12 +1442,6 @@ ngx_http_track_uploads(ngx_conf_t * cf, ngx_command_t * cmd, void *conf)
|
|
1442
|
1442
|
return NGX_CONF_ERROR;
|
|
1443
|
1443
|
}
|
|
1444
|
1444
|
|
|
1445
|
|
- if (lzcf->timeout == NGX_PARSE_LARGE_TIME) {
|
|
1446
|
|
- ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
|
|
1447
|
|
- "track_uploads \"%V\" timeout value must be less than 68 years", &value[1]);
|
|
1448
|
|
- return NGX_CONF_ERROR;
|
|
1449
|
|
- }
|
|
1450
|
|
-
|
|
1451
|
1445
|
clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module);
|
|
1452
|
1446
|
lzcf->handler = clcf->handler;
|
|
1453
|
1447
|
if ( lzcf->handler == NULL )
|