matts       2002/12/23 05:49:55

  Modified:    lib/Apache/AxKit Cache.pm
  Log:
  Clean up code a littl
  
  Revision  Changes    Path
  1.8       +1 -4      xml-axkit/lib/Apache/AxKit/Cache.pm
  
  Index: Cache.pm
  ===================================================================
  RCS file: /home/cvs/xml-axkit/lib/Apache/AxKit/Cache.pm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Cache.pm  1 Oct 2002 12:07:14 -0000       1.7
  +++ Cache.pm  23 Dec 2002 13:49:55 -0000      1.8
  @@ -226,9 +226,6 @@
           AxKit::Debug(4, "Cache: Transforming content and printing to 
browser");
           $r->pnotes('xml_string',$self->read());
           return OK; # upstream deliver_to_browser should handle the rest
  -        #$r->send_http_header() unless lc($r->dir_config('Filter')) eq 'on';
  -        #$r->print( $transformer->( $self->read() ) );
  -        #return OK;
       }
       else {
           AxKit::Debug(4, "Cache: Sending untransformed content to browser");
  
  
  

Reply via email to