Commit 8413369
authored
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>1 parent 819d8c1 commit 8413369
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
| |||
0 commit comments