-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate "Less than 1 bytes/sec transferred" errors #23
Comments
I just saw
on https://github.com/jeremyd2019/MINGW-packages/actions/runs/3452472922/jobs/5762399430 |
I was totally wrong, I forget that http2 is https only when I checked... all our mirrors support http2, so this is not it... |
I haven't seen those errors in a while. Maybe just luck though. |
A random mirror operator here: I did some tests and tend to say something is not implemented correctly within pacman for parallel download. Based on the pcap on my server, the full file has been transmitted to the client, but pacman eventually returned error saying the speed is too slow. |
I've seen them with:
These are 2 out of 3 mirrors supporting http2, so maybe it is http2 related.It can be reproduced by downloading multiple large files in parallel, though it's hit and miss.
Disabling the timeout doesn't help, it just makes everything grind to a halt here and never continues instead of showing the "Less than" error.
If it is indeed http2 related we could disable it in pacman.The text was updated successfully, but these errors were encountered: