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

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

revision 54 by dpavlin, Wed Jun 20 20:24:34 2007 UTC revision 55 by dpavlin, Wed Jun 20 20:49:53 2007 UTC
# Line 51  sub run { Line 51  sub run {
51                  $self->queue ? " queue ( " . join(",",@{$self->queue}) . " )" : "",                  $self->queue ? " queue ( " . join(",",@{$self->queue}) . " )" : "",
52                  "\n";                  "\n";
53    
54            warn "## debug level: ", $self->debug, "\n" if $self->debug;
55    
56          while ( my $sock = $listen->accept ) {          while ( my $sock = $listen->accept ) {
57                  $sock->autoflush(1);                  $sock->autoflush(1);
58    
# Line 58  sub run { Line 60  sub run {
60    
61                  $self->sock( $sock );   # FIXME this will not work for multiple clients                  $self->sock( $sock );   # FIXME this will not work for multiple clients
62                  while ( $self->process_request ) {                  while ( $self->process_request ) {
63                          warn "...another one bites a dust...\n";                          warn "...another one bites the dust...\n";
64                  }                  }
65    
66                  warn "...returning to accepting new connections\n";                  warn "...returning to accepting new connections\n";

Legend:
Removed from v.54  
changed lines
  Added in v.55

  ViewVC Help
Powered by ViewVC 1.1.26