Closed dvdsk closed 3 weeks ago
Uses NamedFile from actix_files for unencrypted files instead of reading them into memory and setting them as body.
Note the content_type is set by NamedFile now. The code for it is about identical to what was previously there.
fixes #276
Uses NamedFile from actix_files for unencrypted files instead of reading them into memory and setting them as body.
Note the content_type is set by NamedFile now. The code for it is about identical to what was previously there.
fixes #276