Well, one part of it is that Flatpak pulls data over the network, and sometimes data sent over a network doesn’t arrive in the exact same shape as when it left the original system, which results in that same data being sent in multiple copies - until one manages to arrive correctly.
I think this is actually very unlikely, flatpak is most likely using some TCP based protocol and TCP would take care of this transparently, flatpak wouldn’t know if any packets had to be retransmitted.
But it’s unlikely those would look like this. Flatpak would only see packets in series, so the only effect a failure could have would be the need for resuming the download - at worst you could receive a couple of bytes again due to alignment, but not this much.
Well, one part of it is that Flatpak pulls data over the network, and sometimes data sent over a network doesn’t arrive in the exact same shape as when it left the original system, which results in that same data being sent in multiple copies - until one manages to arrive correctly.
deleted by creator
I think this is actually very unlikely, flatpak is most likely using some TCP based protocol and TCP would take care of this transparently, flatpak wouldn’t know if any packets had to be retransmitted.
deleted by creator
But it’s unlikely those would look like this. Flatpak would only see packets in series, so the only effect a failure could have would be the need for resuming the download - at worst you could receive a couple of bytes again due to alignment, but not this much.
deleted by creator
Could also be that the HTTP server lied about the content length.
It’s a protocol violation to do that, not least because it precludes connection reuse
??? Retransmitted packets don’t get counted towards downloaded file size