Skip to content
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

fix(rest): promote buffer curl reads from to member variable #14732

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

scotthart
Copy link
Member

@scotthart scotthart commented Sep 25, 2024

As a member variable, writev_ will remain in scope until the request is complete.


This change is Reviewable

Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.45%. Comparing base (fded927) to head (eb2bd58).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14732   +/-   ##
=======================================
  Coverage   93.45%   93.45%           
=======================================
  Files        2323     2323           
  Lines      208070   208060   -10     
=======================================
- Hits       194449   194441    -8     
+ Misses      13621    13619    -2     
Flag Coverage Δ
93.45% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@scotthart scotthart marked this pull request as ready for review September 26, 2024 16:27
@scotthart scotthart requested a review from a team as a code owner September 26, 2024 16:27
@scotthart scotthart merged commit d43bcf6 into googleapis:main Sep 26, 2024
70 of 71 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants