Merge remote-tracking branch 'main/master' into develop

This commit is contained in:
Chad Weider 2012-03-11 15:58:36 -07:00
commit 0944670fb7
3 changed files with 8 additions and 4 deletions

View file

@ -85,7 +85,7 @@ CachingMiddleware.prototype = new function () {
&& new Date(res.getHeader('last-modified')));
res.writeHead = old_res.writeHead;
if (status == 200 || status == 404) {
if (status == 200) {
// Update cache
var buffer = '';