In Google App Engine application I uses next cache headers:
 - cache-control: "public, max-age=90"
 - pragma: "Public"


When I doing request by HTTP all works great and with caching:
 - Response time: 33 ms
 - New lifetime cache header in response (Age: 24)


When I doing request by HTTPS Edge Cache does't works:
 - Response time: 466 ms
 - No any lifetime cache headers in response


How can I enable the cache for HTTPS? 
Is there a problem with the settings?

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4087ba7f-42bc-4cfa-ae73-4bdf7822b9b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to