Client can get stuck if server closes connection unexpectedly
未关闭
- 主要语言
- Python
- 星标
- 158
- 派生
- 41
- 平均合并
- 1 分钟
- 30 天内合并 PR
- 1
描述
The client can get stuck in an infinite loop expecting more data if server closes the connection.
Basically `await conn.reader.readline()` returns an empty string if connection closes.
贡献指南
评估
这个 Issue 还没有评估数据。