-
Notifications
You must be signed in to change notification settings - Fork 20
Response incomplete #27
Comments
@barathibalamurugan your description lacks contextual information and it's difficult to help you, when your config/setup is missing. PS: by looking at the files you posted, I just have a first gut-feeling, this has nothing to do with jbrotli. Since jbrotli has some known-issues (https://github.com/MeteoGroup/jbrotli/issues) but they seem not to match what you've posted so far. |
Expected Result
As you can see the document.ready function is enclosed with "):" in the above snippet. But once the file compressed through brotli the response received without the closing braces for the document.ready function like below snippet. Current Result
it was working fine with gzip compression. Hope it clarifies. |
@nitram509 I have an another query. Will the compression work for dynamic js files? |
Thank you, I now know what you expect. May I ask for your setup you use? |
Sorry i'm not using git project. It just a machine setup which i can't share. |
I'm asking for your software setup/configuration. You're posting an issue on jbrotli, which is a Java library. PS: think about: if you ask Volkswagen: "my Volkswagen doesn't work." -- They want to know more details about the car model you're using, right ;) |
Okay. OS : macOS Mojave Added libbrotli.dylib under JAVA_HOME/jre/lib I've configured the jbrotli files as used in the git project of yours. "org/meteogroup/jbrotli"
BrotliFilter Please let me know any other info is needed. |
File 1
File 2
Above two are the example code snippets script files after brotli compression. As you can see the functions were not completed.
The text was updated successfully, but these errors were encountered: