Hitechcomputergeek / nusdownloader

Automatically exported from code.google.com/p/nusdownloader
0 stars 0 forks source link

should avoid http proxy cache. #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. nusdownloader update database 
by "http://wiibrew.org/wiki/NUS_Downloader/database", if I modified the 
page, then nusd can't get the new database in time.
2. it is recommanded to use "http://.../database?r=randvalue" instead. 
randvalue can be a result from function random().

What is the expected output? What do you see instead?
get the new database in time.

What version of the product are you using? On what operating system?
all

Please provide any additional information below.
it is recommanded to use "http://.../database?r=randvalue" instead. 
randvalue can be a result from function random().

Original issue reported on code.google.com by swig...@gmail.com on 12 Oct 2009 at 1:10

GoogleCodeExporter commented 8 years ago
Okay, using time function as random value 
(as random, but not time, will return more than once)

Original comment by gb.luke on 14 Oct 2009 at 8:16

GoogleCodeExporter commented 8 years ago
Should now be resolved.

Original comment by gb.luke on 14 Oct 2009 at 8:53