DescriptionSo far, the AccelServlet was designed to be only used for cache-control = public responses.
As a result, for private responses, Cache-Control headers are modified. For example, Cache-Control=private,max-age=100 is transformed to Cache-Control=no-cache. Also, other Cache-Control derivatives(such as must-revalidate, no-store etc) were stripped. For public content with neither a max-age or an Expires header, it set the max-age to a default ttl of 300secs.
This change simply passes through headers without modifying them.
Note that this change is dependent on http://codereview.appspot.com/4260059/
Patch Set 1 #
Total comments: 2
MessagesTotal messages: 5
|
||||||||||||||||||||||||||||