JuliaWeb / HTTP.jl

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

Do not migrate tasks to a different thread pool #1159

Closed samtkaplan closed 6 months ago

samtkaplan commented 6 months ago

This depends on ConcurrentUtilities#32. Therefore, I don't expect unit tests to pass until ConcurrentUtilities#32 is merged, and a new version of ConcurrentUtilities is released.

Together with ConcurrentUtilities#32, this fixes #1153.

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 82.62%. Comparing base (e27493d) to head (a6f74e8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1159 +/- ## ======================================= Coverage 82.62% 82.62% ======================================= Files 32 32 Lines 3051 3051 ======================================= Hits 2521 2521 Misses 530 530 ```

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

samtkaplan commented 6 months ago

@quinnj Let me know if there are any more changes you would like here before it can be merged? Thanks :)