llhttp updated to 9.4.1 with new parser options (
13e90d0)
The bundled llhttp dependency was bumped to 9.4.1, bringing a sizable upstream refresh plus packaging changes for CMake consumers. The update also adds llhttp_set_lenient_header_value_relaxed(), which allows relaxed control-character handling in header values, and updates the docs to reflect the new parser behavior.
Undici updater now fetches tarballs and cleans up more simply (
11112fc)
tools/dep_updaters/update-undici.sh was streamlined to use a tar.gz archive instead of a zip, with simpler temp-file cleanup and more verbose shell tracing. This reduces script complexity and makes the update flow easier to maintain.
Other misc changes
- llhttp LICENSE and README wording updates
- llhttp CMake/package metadata adjustments
- Minor path/quoting cleanup in the undici updater