/[meteor]/googlecode.com/svn/trunk/Meteor/Document.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /googlecode.com/svn/trunk/Meteor/Document.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 24 by knops.gerd, Thu Dec 14 16:58:18 2006 UTC revision 25 by knops.gerd, Sun May 20 19:40:53 2007 UTC
# Line 45  sub serveFileToClient { Line 45  sub serveFileToClient {
45          my $class=shift;          my $class=shift;
46          my $relPath=shift;          my $relPath=shift;
47          my $client=shift;          my $client=shift;
48            
49          &::syslog('debug',"Meteor::Document: Request received for '%s'",$relPath);          &::syslog('debug',"Meteor::Document: Request received for '%s'",$relPath);
50                    
51          my $doc=$class->documentForPath($relPath);          my $doc=$class->documentForPath($relPath);
# Line 59  sub serveFileToClient { Line 59  sub serveFileToClient {
59                    
60          $doc->serveTo($client);          $doc->serveTo($client);
61                    
62            $::Statistics->{'documents_served'}++;
63            
64          $doc;          $doc;
65  }  }
66    

Legend:
Removed from v.24  
changed lines
  Added in v.25

  ViewVC Help
Powered by ViewVC 1.1.26