Re: [google-appengine] http 204 status on static files

2016-03-30 Thread 'Josh Moore' via Google App Engine
204 status in your logs with no log content indicates that the request was served from the edge cache, as opposed to from an instance of your app. Only your app's logs will show an HTTP 204 status; the client will receive an HTTP 200 status in its response. On Tue, Mar 29, 2016 at 9:25 PM, John Fl

[google-appengine] http 204 status on static files

2016-03-29 Thread John Flint
I am getting a 204 status in the logs of my application for some static files (CSS, JS etc). It is not every request and seems quite random. The logs do show a response is being returned and reports a response size. As far as I can tell from my browser the response is actually normal apart from