-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#59] Zipping .woff2 returns incorrect data to the web browser/client
It turns out that the code to write out a binary file after it was read was missing `set $x=0`, otherwise GT.M/YottaDB by default will add a LF to the file at the end. This caused the following steps of gzipping the binary file to effectively fail. No tests, as I can't think of an easy test to test this within the framework used in the Web Server. Version bumped to 1.1.4.
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters