We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当前 AB 的后端为同步函数,由于大量的网络 IO 链接,使得极易发生进程阻塞且效率低下。更换到异步函数解决这一问题。
requests
httpx
HTTP/2
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
背景 or 问题
当前 AB 的后端为同步函数,由于大量的网络 IO 链接,使得极易发生进程阻塞且效率低下。更换到异步函数解决这一问题。
目标 & 方案简述
requests
更换为httpx
同时支持HTTP/2
请求。方案设计 & 实现步骤
No response
替代方案 & 对比
No response
The text was updated successfully, but these errors were encountered: