-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
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
remove shared pointer #474
Conversation
Code Coverage Report
|
Code Coverage Report
|
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #474 +/- ##
==========================================
+ Coverage 64.63% 64.67% +0.03%
==========================================
Files 217 217
Lines 13778 13807 +29
==========================================
+ Hits 8906 8929 +23
- Misses 4872 4878 +6 ☔ View full report in Codecov by Sentry. |
Code Coverage Report
|
Code Coverage Report
|
Code Coverage Report
|
improve: coro_http_client no need shared_ptr to do websocket request any more.