Skip to content

Commit

Permalink
ISSUE #4628 Made comments clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
sebjf committed Dec 7, 2023
1 parent 12befa1 commit 28534ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/v5/utils/responder.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Responder.writeStreamRespond = (req, res, resCode, readStream, fileName, fileSiz
genResponseLogging.logError(genResponseLogging(response.code, fileSize, req));
return;
}
delete headers['Content-Length']; // We will not know the size of an uncompressed stream
delete headers['Content-Length']; // We will not know the size of a decompressed stream
}
}

Expand Down

0 comments on commit 28534ca

Please sign in to comment.