JuliaWeb / HTTP.jl

HTTP for Julia
https://juliaweb.github.io/HTTP.jl/stable/
Other
635 stars 176 forks source link

Implement bodysummary without private APIs #1147

Open vtjnash opened 7 months ago

vtjnash commented 7 months ago

I am sort of uncertain why this bodysummary is everything in the file before the content that is being sent. Shouldn't the seekstart(data) be deleted here and read to the end instead of to stopping at position m?

codecov-commenter commented 7 months ago

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (040cf0a) 82.67% compared to head (92ef510) 82.46%.

Files Patch % Lines
src/Messages.jl 0.00% 10 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1147 +/- ## ========================================== - Coverage 82.67% 82.46% -0.22% ========================================== Files 32 32 Lines 3054 3062 +8 ========================================== Hits 2525 2525 - Misses 529 537 +8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.