--- cvsroot/Coro/myhttpd/httpd.pl 2001/11/30 05:11:23 1.52 +++ cvsroot/Coro/myhttpd/httpd.pl 2001/11/30 05:14:12 1.53 @@ -158,6 +158,7 @@ weaken ($Coro::current->{conn} = $self); $::conns++; + $::maxconns = $::conns if $::conns > $::maxconns; $self; }