Fix upload error for large files #71
Merged
prologic
merged 1 commits from fix-large-upload-buffer
into master
1 month ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'fix-large-upload-buffer'
Deleting a branch is permanent. It CANNOT be undone. Continue?
This should avoid allocation of max_upload_size bytes of RAM.
Instead we only allocate 1MB of RAM for the upload form decoder.
e14f19abd3
into master 1 month agoe14f19abd3
.