/[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 223 by dpavlin, Sat Nov 24 02:17:40 2007 UTC revision 224 by dpavlin, Sun Nov 25 12:51:52 2007 UTC
# Line 189  sub process_request { Line 189  sub process_request {
189          } elsif ( $job = $queue->dequeue ) {          } elsif ( $job = $queue->dequeue ) {
190                  $xml = $self->dispatch( $job->dispatch );                  $xml = $self->dispatch( $job->dispatch );
191          } elsif ( $size == 0 ) {          } elsif ( $size == 0 ) {
192                  warn ">>> no more queued commands, no client pending, closing connection $to_uid";                  warn ">>> over, closing connection $to_uid";
193                  $sock->close;                  $sock->close;
194                  return;                  return;
195          } else {          } else {

Legend:
Removed from v.223  
changed lines
  Added in v.224

  ViewVC Help
Powered by ViewVC 1.1.26