My go app (paid) converted from java app . Using same header , but only go 
app edge cache not work 

Here are the header 
root@Server:~# curl -I http://www.showsites.us/sites/imow.org
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=172800
Pragma: public
Last-Modified: Wed, 01 Aug 2012 05:49:54 GMT
Date: Thu, 27 Feb 2014 09:32:19 GMT
Server: Google Frontend
Alternate-Protocol: 80:quic,80:quic
Transfer-Encoding: chunked

2nd tries 

root@Server:~# curl -I http://www.showsites.us/sites/imow.org
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=172800
Pragma: public
Last-Modified: Wed, 01 Aug 2012 05:49:54 GMT
Date: Thu, 27 Feb 2014 09:35:57 GMT
Server: Google Frontend
Alternate-Protocol: 80:quic,80:quic
Transfer-Encoding: chunked



As you see cache header not work here is example java app that edge cache 
worked 

root@Server:~# curl -I 
http://www.myhotarticles.us/article/exam-98-349-mta-windows-operating-system-fundamentals
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
Date: Thu, 27 Feb 2014 09:38:21 GMT
Server: Google Frontend
Cache-Control: public, max-age=2592000
*Age: 16*
Alternate-Protocol: 80:quic,80:quic
Transfer-Encoding: chunked


and no request in access log 

Another question is why Server: Google Frontend header is send after than 
Cache-Control: public, max-age=2592000 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to