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

Set Multi handle to NULL after calling curl_multi_cleanup #266

Merged
merged 1 commit into from
Jan 5, 2025

Set Multi handle to `NULL` after calling `curl_multi_cleanup`

2aaaddb
Select commit
Loading
Failed to load commit list.
Merged

Set Multi handle to NULL after calling curl_multi_cleanup #266

Set Multi handle to `NULL` after calling `curl_multi_cleanup`
2aaaddb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 4, 2025 in 0s

90.53% (-0.15%) compared to afd04be

View this Pull Request on Codecov

90.53% (-0.15%) compared to afd04be

Details

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 90.53%. Comparing base (afd04be) to head (2aaaddb).

Files with missing lines Patch % Lines
src/Curl/Multi.jl 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #266      +/-   ##
==========================================
- Coverage   90.68%   90.53%   -0.15%     
==========================================
  Files           5        5              
  Lines         612      613       +1     
==========================================
  Hits          555      555              
- Misses         57       58       +1     

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