Skip to content

Commit

Permalink
Refacto for XML parsing.
Browse files Browse the repository at this point in the history
Previously, the parser was rather raw: we processed the buffer bytes by bytes, checking if the buffer was a valid XML file.
Now, we use libxml SAX parser to detect the end of the XML.
  • Loading branch information
jcamiel committed Sep 9, 2023
1 parent d831425 commit d414d88
Show file tree
Hide file tree
Showing 8 changed files with 1,394 additions and 61 deletions.
24 changes: 1 addition & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions integration/tests_ok/post_xml.curl.ignore

This file was deleted.

627 changes: 619 additions & 8 deletions integration/tests_ok/post_xml.html

Large diffs are not rendered by default.

Loading

0 comments on commit d414d88

Please sign in to comment.