Skip to content

Commit

Permalink
enable startlet test
Browse files Browse the repository at this point in the history
  • Loading branch information
avara1986 committed Sep 2, 2024
1 parent 3552321 commit 4e11f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/appsec/_asm_request_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,6 @@ def listen_context_handlers():
core.on("django.after_request_headers.finalize", _set_headers_and_response)
core.on("flask.set_request_tags", _on_set_request_tags)

core.on("asgi.start_request", _call_waf_first)
# core.on("asgi.start_request", _call_waf_first)
core.on("asgi.start_response", _call_waf)
core.on("asgi.finalize_response", _set_headers_and_response)

0 comments on commit 4e11f52

Please sign in to comment.