cloudflare / lol-html

Low output latency streaming HTML parser/rewriter with CSS selector-based API
https://crates.io/crates/lol-html
BSD 3-Clause "New" or "Revised" License
1.47k stars 82 forks source link

Fix lol_html_take_last_error() after calling lol_html_element_add_end_tag_handler() on element with no end tag #187

Closed harrishancock closed 1 year ago

harrishancock commented 1 year ago

PR #182 included a tiny regression: https://github.com/cloudflare/lol-html/pull/182#discussion_r1221337721

I hacked a little fix together. Suggestions for greater elegance are welcome. :)