We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b46397 commit b14eb2aCopy full SHA for b14eb2a
CHANGES
@@ -28,8 +28,9 @@ jsoup changelog
28
<https://github.com/jhy/jsoup/issues/1644>
29
30
* Improvement: when parsing custom tags (in HTML or XML), added a flyweight cache on Tag.valueOf(name) to reduce
31
- memory overhead when many tags are repeated.
32
-
+ memory overhead when many tags are repeated. Also tuned other areas of the parser when many very deeply stacked
+ custom elements were present.
33
+ <https://github.com/jhy/jsoup/issues/1646>
34
35
* Bugfix: when tracking errors or checking for validity in the Cleaner, errors were incorrectly raised for missing
36
optional closing tags.
src/test/resources/fuzztests/1646.html.gz
13.1 KB
0 commit comments