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

Comparing Coro/myhttpd/httpd.pl (file contents):
Revision 1.82 by root, Sat Dec 2 03:31:42 2006 UTC vs.
Revision 1.83 by root, Sun Dec 3 17:49:22 2006 UTC

197} 197}
198 198
199sub DESTROY { 199sub DESTROY {
200 my $self = shift; 200 my $self = shift;
201 201
202 close $self->{fh}; # workaround
203 --$::conns; 202 --$::conns;
204} 203}
205 204
206sub prune_cache { 205sub prune_cache {
207 my $hash = $_[0]; 206 my $hash = $_[0];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines