2008-01-08
2008-01-08 13:44:38 by Martin Stjernholm <mast@lysator.liu.se>
-
2e0b593f2d1ac8532c4b87776a7632d079dcf64d
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 5.2
Use ProtocolCacheKey.
Rev: server/protocols/http.pike:1.536
2:
// Modified by Francesco Chemolli to add throttling capabilities.
// Copyright © 1996 - 2004, Roxen IS.
- constant cvs_version = "$Id: http.pike,v 1.535 2007/10/30 13:03:29 anders Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.536 2008/01/08 13:44:38 mast Exp $";
// #define REQUEST_DEBUG
#define MAGIC_ERROR
536:
array|string contents;
misc->pref_languages=PrefLanguages();
- misc->cachekey = CacheKey();
+ misc->cachekey = ProtocolCacheKey();
misc->_cachecallbacks = ({});
if( contents = request_headers[ "accept-language" ] )
{
2583: Inside #if defined(RAM_CACHE)
// so move the refresh time to now.
// Note that we use the return value from m_delete()
// to make sure we are free from races.
- // Note also that we above check that the change is needed,
+ // Note also that we check above that the change is needed,
// so as to avoid the risk of starving the code below.
if (m_delete(file, "refresh")) {
file->refresh = predef::time(1);