Open mdineen opened 3 years ago
When partial_content is 1 (a chunked upload with >1 chunk) all of the hash update functions
partial_content
ngx_http_upload_sha1_variable ngx_http_upload_sha256_variable ngx_http_upload_sha512_variable ngx_http_upload_crc_32_variable
return.
There's also no persistence mechism to allow the accumulation of chunk hashes, which I think would have to be handled like state files.
When
partial_content
is 1 (a chunked upload with >1 chunk) all of the hash update functionsreturn.
There's also no persistence mechism to allow the accumulation of chunk hashes, which I think would have to be handled like state files.