wget  

[BUG:#20329] If-Modified-Since support

vinothkumar raman
Mon, 01 Sep 2008 06:50:28 -0700

Hi all,

We need to give out the time stamp the local file in the Request
header for that we need to pass on the local file's time stamp from
http_loop() to get_http() . The only way to pass on this without
altering the signature of the function is to add a field to struct url
in url.h

Could we go for it?

Thanks,
VinothKumar.R