skip already None datamodel, auto-ungzip body

This commit is contained in:
Domingo Dirutigliano
2025-03-04 01:39:45 +01:00
parent fde3ee57a5
commit caafb46fdb
2 changed files with 37 additions and 1 deletions

View File

@@ -104,6 +104,9 @@ def handle_packet(glob: dict) -> None:
result.action = Action.REJECT
result.matched_by = filter.name
return result.set_result()
if cache_call[data_type] is None:
skip_call = True
break
final_params.append(cache_call[data_type])
if skip_call: