Replies: 1 comment
-
|
从数据库读数据肯定是能异步的,但是这不是 compio 目前能完成的工作;加载证书这一步不论 native-tls 还是 rustls 都是同步的。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
如题,我希望在请求过来的时候,异步从数据库加载证书,我希望实现的cdn服务器,客户可以绑定自己的域名,根据访问域名异步加载比较方便
Beta Was this translation helpful? Give feedback.
All reactions