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

Comparing cvsroot/Coro/myhttpd/httpd.pl (file contents):
Revision 1.52 by root, Fri Nov 30 05:11:23 2001 UTC vs.
Revision 1.53 by root, Fri Nov 30 05:14:12 2001 UTC

156 $self->{time} = $::NOW; 156 $self->{time} = $::NOW;
157 157
158 weaken ($Coro::current->{conn} = $self); 158 weaken ($Coro::current->{conn} = $self);
159 159
160 $::conns++; 160 $::conns++;
161 $::maxconns = $::conns if $::conns > $::maxconns;
161 162
162 $self; 163 $self;
163} 164}
164 165
165sub DESTROY { 166sub DESTROY {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines