--- cvsroot/Coro/myhttpd/access.pl 2001/12/03 14:44:14 1.22 +++ cvsroot/Coro/myhttpd/access.pl 2001/12/03 15:16:42 1.23 @@ -43,7 +43,7 @@ $self->sort; - while($self->{slots} && @{$self->{wait}}) { + while($self->{slots} > 0 && @{$self->{wait}}) { my $transfer = shift @{$self->{wait}}; if ($transfer) { $self->{lastspb} = $transfer->{spb};