diff --git a/ngx_http_upload_module.c b/ngx_http_upload_module.c index 583d4f5..4908c0e 100644 --- a/ngx_http_upload_module.c +++ b/ngx_http_upload_module.c @@ -626,11 +626,6 @@ static ngx_str_t ngx_upload_field_part2 = { /* {{{ */ (u_char*)"\"" CRLF CRLF }; /* }}} */ -//static ngx_str_t ngx_upload_content_range = { /* {{{ */ -// sizeof(CONTENT_DISPOSITION_STRING) - 2, -// (u_char*)CONTENT_DISPOSITION_STRING -//}; /* }}} */ - static ngx_int_t /* {{{ ngx_http_upload_handler */ ngx_http_upload_handler(ngx_http_request_t *r) {