Proxy handler is blocking
未关闭
enhancement
help wanted
- 主要语言
- Python
- 星标
- 373
- 派生
- 105
- 平均合并
- 4 分钟
- 30 天内合并 PR
- 2
描述
https://github.com/aio-libs/aiosmtpd/blob/3ced778177418d8ae47bc3c300879bf59e731f1a/aiosmtpd/handlers.py#L122
Currently forwarding mail in `Proxy` is blocking which will mean the entire server is blocking.
Use of `smtplib.SMTP()` should be replaced by `aiosmtplib.SMTP()`.
Issue copied from https://bugs.python.org/issue35788
贡献指南
评估
这个 Issue 还没有评估数据。