Download count problem...
Link |
by
on 2005-09-02 19:21:39
|
Gendou, this wasn't a problem before, but now whenever I download a song, the download count increases by 2. I'm using firefox 1.0.6 right clicking and saying "Save link as..." Any ideas? |
Re: Download count problem...
Link |
by
on 2005-09-03 16:32:04 (edited 2005-09-03 16:37:09)
|
this has something to do with firefox, indeed. it appears that firefox is doing 2 queries: one HEAD and one GET. i have added some code that will bail out if the method is HEAD. this means you should only see the download counter increase by one if you send the GET request, which should only happen once. |
Re: Download count problem...
Link |
by
on 2005-09-03 21:57:53
|
OK good, thanks for being ever-vigilant. |