chunked upload file hashes dropped
mdineen opened this issue · 0 comments
mdineen commented
When partial_content
is 1 (a chunked upload with >1 chunk) all of the hash update functions
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.