FYI, here's Brandon's post:

https://groups.google.com/forum/#!topic/google-appengine/6xAV2Q5x8AU/discussion

and two related issues you may be inclined to star (with more info in
the comments as well):

http://code.google.com/p/googleappengine/issues/detail?id=2258
http://code.google.com/p/googleappengine/issues/detail?id=4277

and there is this article:

http://www.kyle-jensen.com/proxy-caching-on-google-appengine

On Mar 11, 4:23 pm, "Brandon Wirtz" <drak...@digerat.com> wrote:
> Check the archive, I have a post about VERY specific formatting required to
> get Edge Cache to work.
>
>
>
>
>
>
>
> > -----Original Message-----
> > From: google-appengine@googlegroups.com [mailto:google-
> > appeng...@googlegroups.com] On Behalf Of Kurt
> > Sent: Sunday, March 11, 2012 12:16 AM
> > To: Google App Engine
> > Subject: [google-appengine] Enabling edge cache - what am I missing
>
> > Hi.
>
> > I am having a tough time getting edge caching to work.
>
> > I have a simple handler that does:
>
> >         self.response.headers['Cache-Control'] = 'public, max-age:300'
> >         self.response.headers['Pragma'] = 'Public'
>
> > My app is:
>
> > * hosted on a custom domain
> > * billing enabled
>
> > But all I see are 200's in the logs.  With edge cache, I should see 204s.
>
> > Is there something I am missing?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appengine@googlegroups.com.
> > To unsubscribe from this group, send email to google-
> > appengine+unsubscr...@googlegroups.com.
> > 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to