Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HtmlMinifier.Minify hangs permanently when attempting to minify the file from the attached archive. You can run the following code to reproduce it (the path variable should contain the path to the extracted file):
var text = File.ReadAllText(path); new HtmlMinifier().Minify(text);
Found via SharpFuzz.
The text was updated successfully, but these errors were encountered:
Fixed a error #73 “HtmlMinifier.Minify hangs permanently”
41a8460
Hello, Nemanja!
This error is fixed in version 2.5.6. Thanks for information!
Sorry, something went wrong.
No branches or pull requests
HtmlMinifier.Minify hangs permanently when attempting to minify the file from the attached archive. You can run the following code to reproduce it (the path variable should contain the path to the extracted file):
Found via SharpFuzz.
The text was updated successfully, but these errors were encountered: