/[cwmp]/google/trunk/lib/CWMP/Session.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 /google/trunk/lib/CWMP/Session.pm

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

revision 117 by dpavlin, Fri Oct 26 15:11:50 2007 UTC revision 118 by dpavlin, Fri Oct 26 15:16:10 2007 UTC
# Line 102  sub process_request { Line 102  sub process_request {
102          warn "<<<< ", $sock->peerhost, " [" . localtime() . "] ", $r->method, " ", $r->uri, " $size bytes\n";          warn "<<<< ", $sock->peerhost, " [" . localtime() . "] ", $r->method, " ", $r->uri, " $size bytes\n";
103    
104          if ( $self->debug > 2 ) {          if ( $self->debug > 2 ) {
105                  my $file = sprintf("dump/%04d.request", $dump_nr);                  my $file = sprintf("dump/%04d.request", $dump_nr++);
106                  write_file( $file, $r->as_string );                  write_file( $file, $r->as_string );
107                  warn "### request dump: $file\n";                  warn "### request dump: $file\n";
108          }          }

Legend:
Removed from v.117  
changed lines
  Added in v.118

  ViewVC Help
Powered by ViewVC 1.1.26