Closed GoogleCodeExporter closed 9 years ago
Pick up "Last-Modified: Tue, 01 Nov 2011 13:49:35 GMT" from server, then store
it in the feeds table.
On doing GET add this as "If-modified-since". If we get a 304, we're finished.
If we get a 200 we proceed as normal.
Original comment by lar...@gmail.com
on 1 Nov 2011 at 1:57
To add column: alter table feeds add column last_modified varchar(50)
Original comment by lar...@gmail.com
on 1 Nov 2011 at 2:21
Now implemented and deployed.
Original comment by lar...@gmail.com
on 2 Jun 2012 at 3:45
Original issue reported on code.google.com by
lar...@gmail.com
on 30 Oct 2011 at 9:50