Branch: Tag:

2003-01-07

2003-01-07 13:37:38 by Anders Johansson <anders@roxen.com>

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 )) )    {