HTTP.jl icon indicating copy to clipboard operation
HTTP.jl copied to clipboard

Julia 1.6 pipeline breaks when multi-threading is on

Open pebeto opened this issue 2 years ago • 0 comments

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.

  • Julia 1.6.7
  • HTTP.jl 1.9.14
  • MbedTLS.jl 1.1.7

pebeto avatar Aug 21 '23 02:08 pebeto