missing headers_received signal in TraceConfig
未关闭
enhancement
Hacktoberfest
- 主要语言
- Python
- 星标
- 16.5k
- 派生
- 2.4k
- 平均合并
- 17 小时 22 分钟
- 30 天内合并 PR
- 212
描述
### Is your feature request related to a problem?
aiohttp's [client tracing][1] docs state the request flow has a stage named `headers_received`. I suppose this means response headers received. But `TraceConfig` has no declared signal handler for it.
### Describe the solution you'd like
Tracing when response headers are received is usefull for early request time measuring. A new signal should be added at `TraceConfig.on_response_headers_received`.
### Describe alternatives you've considered
None
### Related component
Client
### Additional context
_No response_
### Code of Conduct
- [X] I agree to follow the aio-libs Code of Conduct
[1]: https://docs.aiohttp.org/en/stable/tracing_reference.html
贡献指南
评估
这个 Issue 还没有评估数据。