/[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 67 by dpavlin, Wed Jun 20 23:13:47 2007 UTC revision 70 by dpavlin, Wed Jun 20 23:34:33 2007 UTC
# Line 162  sub process_request { Line 162  sub process_request {
162    
163                          $state = CWMP::Request->parse( $chunk );                          $state = CWMP::Request->parse( $chunk );
164    
165                          warn "acquired state = ", dump( $state ), "\n";                          warn "## acquired state = ", dump( $state ), "\n";
166    
167                          $self->state( $state );                          $self->state( $state );
168    
169                  } else {                  } else {
170                          warn "empty request\n";                          warn "## empty request\n";
171                  }                  }
172    
173          } else {          } else {
# Line 203  sub process_request { Line 203  sub process_request {
203          $sock->send( "Content-Length: " . length( $xml ) . "\r\n\r\n" );          $sock->send( "Content-Length: " . length( $xml ) . "\r\n\r\n" );
204          $sock->send( $xml ) or die "can't send response";          $sock->send( $xml ) or die "can't send response";
205    
206          warn "### request over";          warn "### request over\n" if $self->debug;
207    
208  };  };
209    

Legend:
Removed from v.67  
changed lines
  Added in v.70

  ViewVC Help
Powered by ViewVC 1.1.26