Skip to content

Tags: matanolabs/matano

Tags

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix decode_percent with fallible assertion cloudflare managed (#193)

decode_percent!() has been resulting in errors when null is encountered.
This fix will allow it to not error out when nulls are encountered.

This fix is for Cloudflare managed source on the http_requests table

Signed-off-by: Darius <darius@dubiza.io>