[google-appengine] Cache headers not working w/ billing enabled

2011-02-01 Thread David
I have billing enabled on my app and I'm trying to get the Cache- control headers to edge cache a page. I'm setting the header to Cache- Control: public; max-age=300; and I see it coming back. I'm using wget to test it out. I've also included a "now" date in the generated document so I can see i

RE: [google-appengine] Cache headers not working w/ billing enabled

2011-02-02 Thread Brandon Wirtz
wrong. Which might create some weirdness for me. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of David Sent: Tuesday, February 01, 2011 8:01 AM To: Google App Engine Subject: [google-appengine] Cache headers not working w

Re: [google-appengine] Cache headers not working w/ billing enabled

2011-02-02 Thread Robert Kluin
tion" shows wrong. Which > might create some weirdness for me. > > -Original Message- > From: google-appengine@googlegroups.com > [mailto:google-appengine@googlegroups.com] On Behalf Of David > Sent: Tuesday, February 01, 2011 8:01 AM > To: Google App Engine > Subject: [goo

RE: [google-appengine] Cache headers not working w/ billing enabled

2011-02-02 Thread Brandon Wirtz
Behalf Of Robert Kluin Sent: Wednesday, February 02, 2011 10:18 AM To: google-appengine@googlegroups.com Subject: Re: [google-appengine] Cache headers not working w/ billing enabled Hi Brandon, Have you tried setting 'cache-control: public; max-age=300'? Note 'public.'

RE: [google-appengine] Cache headers not working w/ billing enabled

2011-02-02 Thread Brandon Wirtz
ooglegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Robert Kluin Sent: Wednesday, February 02, 2011 10:18 AM To: google-appengine@googlegroups.com Subject: Re: [google-appengine] Cache headers not working w/ billing enabled Hi Brandon, Have you tried setting 'cache-control: public;

Re: [google-appengine] Cache headers not working w/ billing enabled

2011-02-02 Thread Ikai Lan (Google)
Message- > From: google-appengine@googlegroups.com > [mailto:google-appengine@googlegroups.com] On Behalf Of Brandon Wirtz > Sent: Wednesday, February 02, 2011 12:48 PM > To: google-appengine@googlegroups.com > Subject: RE: [google-appengine] Cache headers not working w/ billing

RE: [google-appengine] Cache headers not working w/ billing enabled

2011-02-02 Thread Brandon Wirtz
2011 3:39 PM To: google-appengine@googlegroups.com Subject: Re: [google-appengine] Cache headers not working w/ billing enabled Hey guys, A few things about the cache-control headers: - We do not guarantee your responses will be cached. We make a best effort to do caching, but at b