JuliaWeb / HTTP.jl

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

Use Base.alloc_request instead of implementing it directly #1145

Open vtjnash opened 7 months ago

vtjnash commented 7 months ago

There is slightly better error handling in this function, which avoids relying as directly on implementation details of IOBuffer

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (040cf0a) 82.67% compared to head (90f3d79) 82.67%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1145 +/- ## ========================================== - Coverage 82.67% 82.67% -0.01% ========================================== Files 32 32 Lines 3054 3053 -1 ========================================== - Hits 2525 2524 -1 Misses 529 529 ```

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