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.38 by root, Sun Sep 2 02:27:51 2001 UTC vs.
Revision 1.39 by root, Sun Sep 2 12:23:04 2001 UTC

140 $self; 140 $self;
141} 141}
142 142
143sub DESTROY { 143sub DESTROY {
144 my $self = shift; 144 my $self = shift;
145
146 $::conns--; 145 $::conns--;
147
148 $self->eoconn; 146 $self->eoconn;
149} 147}
150 148
151# end of connection 149# end of connection
152sub eoconn { 150sub eoconn {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines