DaemonEngine / Daemon

The Dæmon game engine. With some bits of ioq3 and XreaL.
https://unvanquished.net
BSD 3-Clause "New" or "Revised" License
304 stars 60 forks source link

display whole URI when downloading things #597

Open ghost opened 2 years ago

ghost commented 2 years ago

It would be nice to be able to show the whole download URI instead of only the file name, so that it would be possible to workaround when, for some reason a server is really slow like this:

2022-03-06-123249_1366x768_scrot

From tests done recently (yesterday?) it is possible from my location to download at ~75KB/s instead of 15KB/s when using external client, which is still slow but still a lot better (5 times faster, actually).

Of course, ideally the problem should not exist, but that seems harder to solve to me. Complete URIs would also possibly help to diagnose the problems?

Gireen commented 2 years ago

they are already displayed https://github.com/Unvanquished/Unvanquished/issues/1767

ghost commented 2 years ago

Now that you mention it, right. This is weird, then. I wonder what's the difference there...

necessarily-equal commented 2 years ago

maybe the string is too long?

necessarily-equal commented 2 years ago

I'm thinking maybe a more sensible behaviour would be to print the full url in the terminal, and only in the terminal.