mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
- 流式请求 timeout 改为 None,避免 provider.request_timeout 作为整条流总时长超时导致长响应被硬切断 - 重构 CancelledError 断连归因逻辑:提取探测方法并支持多次重试确认,降低误判率 - 新增 cancelled_unknown 状态处理断连检测不确定的场景,避免错误归因为 server_cancelled - 在 upstream_response 中记录取消详情,便于排查 - 新增断连归因逻辑的单元测试