btw, 204 is the http status code for "no content" - probably implying that your app was not involved in sending any content. The edge-cache delt with it.
On Mon, Aug 29, 2011 at 8:36 PM, pdknsk <[email protected]> wrote: > Well, it seems like maybe it isn't working how it should be. I'm > noticing two different responses, which both show up as 204 in the > logs and are both cached somewhere, because the request handler > doesn't run. > > Status Code:304 OK > Age:419 > Date:Mon, 29 Aug 2011 19:22:09 GMT > Expires:Mon, 29 Aug 2011 20:00:00 GMT > Server:GFE/2.0 > > Status Code:200 OK > Age:573 > Cache-Control:public > Content-Encoding:gzip > Content-Length:621 > Content-Type:application/atom+xml > Date:Mon, 29 Aug 2011 19:22:09 GMT > Expires:Mon, 29 Aug 2011 20:00:00 GMT > Last-Modified:Mon, 29 Aug 2011 19:01:56 GMT > Server:Google Frontend > Vary:Accept-Encoding > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
