ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/myhttpd/access.pl
(Generate patch)

Comparing Coro/myhttpd/access.pl (file contents):
Revision 1.11 by root, Thu Nov 29 01:50:41 2001 UTC vs.
Revision 1.12 by root, Thu Nov 29 01:53:40 2001 UTC

9 9
10sub start_transfer { 10sub start_transfer {
11 my $self = shift; 11 my $self = shift;
12 12
13 my $trans = bless [ $self, $Coro::current ], transfer::; 13 my $trans = bless [ $self, $Coro::current ], transfer::;
14 print "$self $trans $trans->[0] <<\n";#d#
15 Scalar::Util::weaken($trans->[0]); 14 Scalar::Util::weaken($trans->[0]);
16 15
17 push @{$self->{wait}}, $trans; 16 push @{$self->{wait}}, $trans;
18 17
19 if (--$self->{conns} >= 0) { 18 if (--$self->{conns} >= 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines