2003-01-07
2003-01-07 13:37:38 by Anders Johansson <anders@roxen.com>
-
29e7d10b439238fb86777339f07ab58c63579bd3
(4 lines)
(+3/-1)
[
Show
| Annotate
]
Branch: 5.2
Use the new no_proto_cache in one more, quite important, place.
Rev: server/protocols/http.pike:1.389
2:
// Modified by Francesco Chemolli to add throttling capabilities.
// Copyright © 1996 - 2001, Roxen IS.
- constant cvs_version = "$Id: http.pike,v 1.388 2002/12/18 15:04:38 grubba Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.389 2003/01/07 13:37:38 anders Exp $";
// #define REQUEST_DEBUG
#define MAGIC_ERROR
2106: Inside #if defined(RAM_CACHE)
array cv;
if( prot != "HTTP/0.9" &&
misc->cacheable &&
+ !misc->no_proto_cache &&
!since &&
(cv = conf->datacache->get( raw_url )) )
{