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

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

revision 209 by dpavlin, Wed Nov 14 23:07:42 2007 UTC revision 210 by dpavlin, Sun Nov 18 17:03:09 2007 UTC
# Line 138  sub process_request { Line 138  sub process_request {
138                  my $session = CWMP::Session->new( $sess ) || confess "can't create session from ",dump( $sess );                  my $session = CWMP::Session->new( $sess ) || confess "can't create session from ",dump( $sess );
139    
140                  while ( $session->process_request ) {                  while ( $session->process_request ) {
141                          warn "...waiting for next request from CPE...\n";                          warn "...waiting for next request from CPE...\n" if $prop->{debug};
142                  }                  }
143          };          };
144    
145          warn "ERROR: $@\n" if $@;          warn "ERROR: $@\n" if $@;
146    
147          warn "...returning to accepting new connections\n";          warn "...returning to accepting new connections\n" if $prop->{debug};
148    
149  }  }
150    

Legend:
Removed from v.209  
changed lines
  Added in v.210

  ViewVC Help
Powered by ViewVC 1.1.26