mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 02:32:00 +10:00
fix: remove content-length
This commit is contained in:
@ -52,7 +52,7 @@ export const handleEnvelopeItemFileRequest = async ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
c.header('Content-Type', 'application/pdf');
|
c.header('Content-Type', 'application/pdf');
|
||||||
c.header('Content-Length', file.length.toString());
|
// c.header('Content-Length', file.length.toString());
|
||||||
c.header('ETag', etag);
|
c.header('ETag', etag);
|
||||||
|
|
||||||
if (!isDownload) {
|
if (!isDownload) {
|
||||||
|
|||||||
Reference in New Issue
Block a user