you didn't understand: http://www.springfiles.com/download/3668/5 does send a HTTP 301 as response, if you want to get that file, you've to follow to that new location and request the file there with a range-request. So resources aren't wasted...
currently client + server implementation don't understand each other... one side has to be fixed, imo the server side. but i can't do anything, because i don't have access to springfiles, only to a dev-server.
jj wants accurate stats, but currently this is a bit broken because of this problem... let's wait what he says about this.
Why the hell you care about used bandwith, i pay for the server and it has unlimited one. You cannot measure it this way anyway unless you process range headers correctly or measure it lower level.
I care about stable and reliable downloads for users..
And no Abma, you are mistaken, it does not return 302 for all URLs. Example:
Request
Code:
GET /system/files/downloads/spring/spring-maps/DeltaSiegeDry.sd7 HTTP/1.1 Host: www.springfiles.com Range: bytes=262144-524288
Joined: 01 Apr 2006, 18:03 Location: The Netherlands
Abma has updated the code, so the problem with range headers will be gone.
Licho, i wanted to measure the dl stats because some mirrors have bandwidth limitations. Now lots of the traffic will be unmanaged which can be bad for particular mirrors. It has nothing to do with your server.
when watching the logs of springfiles, i saw some accesses like this:
GET /system/files/downloads/spring/games/Tech Annihilation.sd7 HTTP/1.1" 404 10643
this looks like some client's don't url-encode the request. maybe i should do this server-side in the xml-rpc result? (for example replace space with %20)
Hmm then http://springfiles.com/system should be removed from springfiles (if they are linked from somewhere). I still see them used by the site itself.
Users browsing this forum: No registered users and 1 guest
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum