Open StefanKarpinski opened 3 years ago
I do still want to do this but we're not using a recent enough libcurl for this to be fixed, so I'm still waiting on that so that a) will actually benefit from this and b) can test both code paths with different Julia versions.
Now that 7.74 has been out for a while, would it be worth setting TCP_FASTOPEN again?
Yeah, seems like we could, although it's a little unclear to me if it makes that much difference for downloads.
See https://github.com/JuliaLang/Downloads.jl/pull/76. For libcurl ≥ 7.74 it should be safe to turn on TCP_FASTOPEN even for FTP requests.