JuliaWeb / HTTP.jl

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

Julia 1.6 pipeline breaks when multi-threading is on #1096

Open pebeto opened 1 year ago

pebeto commented 1 year ago

As tracked in JuliaAI/MLJFlow.jl#17, HTTP.jl is breaking the Julia 1.6 CI pipeline when JULIA_NUM_THREADS: 2 is defined. The error shown is related to the stream being closed or unable. You can see the complete run log here.