Skip to content

Commit

Permalink
ISSUE #4628 update unity, fix responder
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenfan committed Dec 13, 2023
1 parent e17edc4 commit e382de8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion backend/src/v5/utils/responder.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ Responder.writeStreamRespond = (req, res, resCode, readStream, fileName, fileSiz
default:
res.status(createResponseCode());
res.end();
genResponseLogging.logError(genResponseLogging(response.code, fileSize, req));
logger.logError(`Unexpected encoding type: ${encoding}`);
logger.logError(genResponseLogging(response.code, fileSize, req));
return;
}
delete headers['Content-Length']; // We will not know the size of a decompressed stream
Expand Down
Binary file modified frontend/unity/default/unity/Build/unity.data.unityweb
Binary file not shown.
Binary file modified frontend/unity/default/unity/Build/unity.framework.js.unityweb
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/unity/default/unity/Build/unity.loader.js

Large diffs are not rendered by default.

Binary file modified frontend/unity/default/unity/Build/unity.wasm.unityweb
Binary file not shown.

0 comments on commit e382de8

Please sign in to comment.