We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a9b06 commit 94f518cCopy full SHA for 94f518c
common/http_timing.py
@@ -102,6 +102,8 @@ async def measure_http_request_timing(
102
timing_collector = HttpTimingCollector()
103
trace_config: aiohttp.TraceConfig = timing_collector.create_trace_config()
104
105
+ # Freeze trace config before adding to session
106
+ trace_config.freeze()
107
# Add timing trace to session temporarily
108
session._trace_configs.append(trace_config)
109
0 commit comments