Branch: Tag:

2006-09-14

2006-09-14 11:36:52 by Marcus Wellhardh <wellhard@roxen.com>

Disconnect the cookie jar when sending from ram cache.

Rev: server/protocols/http.pike:1.505

2:   // Modified by Francesco Chemolli to add throttling capabilities.   // Copyright © 1996 - 2004, Roxen IS.    - constant cvs_version = "$Id: http.pike,v 1.504 2006/08/21 11:20:54 wellhard Exp $"; + constant cvs_version = "$Id: http.pike,v 1.505 2006/09/14 11:36:52 wellhard Exp $";   // #define REQUEST_DEBUG   #define MAGIC_ERROR   
2572: Inside #if defined(RAM_CACHE)
   ((st = file_stat( file->rf )) && st->mtime == file->mtime ))   #endif    { +  if (objectp(cookies)) { +  // Disconnect the cookie jar. +  real_cookies = cookies = ~cookies; +  } +     int code = file->error;    int len = sizeof(d);    // Make sure we don't mess with the RAM cache.