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
The text was updated successfully, but these errors were encountered:
是的,目前暂时没支持http2,所以设计上请求是同步阻塞的,不支持多请求同时并发。如有需要你可以自己加锁。
不过,更推荐使用client_pool和load_blancer来多线程调用。具体使用请见example代码。
Sorry, something went wrong.
coro_http::coro_http_client client(coro_io::get_global_executor(1)); auto res = client.get(url.c_str()); 我这样调用暂时没发现问题
No branches or pull requests
Search before asking
What happened + What you expected to happen
Reproduction way
Anything else
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: