2000-09-19
2000-09-19 22:43:48 by Per Hedbor <ph@opera.com>
-
fdfc597572535db50649145cc4964e2bda1bdafb
(6 lines)
(+4/-2)
[
Show
| Annotate
]
Branch: 5.2
Fix for the RAM cache.
Rev: server/protocols/http.pike:1.276
2:
// Modified by Francesco Chemolli to add throttling capabilities.
// Copyright © 1996 - 2000, Roxen IS.
- constant cvs_version = "$Id: http.pike,v 1.275 2000/09/19 18:28:04 per Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.276 2000/09/19 22:43:48 per Exp $";
// #define REQUEST_DEBUG
#define MAGIC_ERROR
2154: Inside #if defined(RAM_CACHE)
}
return;
}
- }
+ } else
+ misc->cacheable = 0; // Never cache in this case.
file = 0;
}
}