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

Comparing Coro/myhttpd/shell.pl (file contents):
Revision 1.21 by root, Mon Dec 3 04:57:22 2001 UTC vs.
Revision 1.22 by pcg, Thu Feb 12 22:18:27 2004 UTC

56 %statdata_cache = (); 56 %statdata_cache = ();
57 conn::read_blockuri; 57 conn::read_blockuri;
58 conn::read_blockref; 58 conn::read_blockref;
59 } elsif ($cmd eq "clrdiridx") { 59 } elsif ($cmd eq "clrdiridx") {
60 %statdata_cache = (); 60 %statdata_cache = ();
61 %diridx = (); 61 delete $diridx{$_} for keys %diridx; # server error on %diridx = ();
62 } elsif ($cmd eq "restart") { 62 } elsif ($cmd eq "restart") {
63 $::RESTART = 1; 63 $::RESTART = 1;
64 unloop; 64 unloop;
65 print $fh "restarting, cu!\n"; 65 print $fh "restarting, cu!\n";
66 last; 66 last;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines