Jan 08 2010
Workaround for Google App Engine Static File 304 Not Modified (GAE)
Google App Engine does not support 304 (Not modified) response code for static files. This means it will always return response code 200 with full content data, even if the content has not changed since the last time the browser requested it. This is not good because it waste your bandwidth quotas and it will [...]