-
-
Notifications
You must be signed in to change notification settings - Fork 901
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cruby): stop clobbering libxml2 error handler on SAX parser init
This was leading to loss of error capture on extremely short HTML docs when encoding was not passed by the caller. This call was introduced in d23fe2c (#87) for reasons that are unclear, but we've come a long way with how we manage the global error handlers and so I think we're OK to stop doing this now.
- Loading branch information
1 parent
012efb7
commit 771164d
Showing
3 changed files
with
12 additions
and
2 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