Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored Jul 11, 2024
1 parent 02ba4f9 commit 28814fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ async def otel_send(message: dict[str, Any]):
context=set_span_in_context(
server_span, trace.context_api.Context()
),
setter=setter,
setter=asgi_setter,
)

content_length = asgi_getter.get(message, "content-length")
Expand Down

0 comments on commit 28814fd

Please sign in to comment.