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

Comparing Coro/myhttpd/access.pl (file contents):
Revision 1.9 by root, Tue Aug 28 02:30:48 2001 UTC vs.
Revision 1.10 by root, Thu Aug 30 02:58:17 2001 UTC

56 56
57read_blockuri; 57read_blockuri;
58read_blockref; 58read_blockref;
59 59
60use Tie::Cache; 60use Tie::Cache;
61tie %whois_cache, Tie::Cache::, $::MAX_CONNECTS * 1.5; 61tie %whois_cache, Tie::Cache::, 32;
62 62
63sub access_check { 63sub access_check {
64 my $self = shift; 64 my $self = shift;
65 65
66 my $ref = $self->{h}{referer}; 66 my $ref = $self->{h}{referer};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines