fixed: HTTP Proxy doesn't serve new content to visitors

This commit is contained in:
Graham Knop 2009-01-22 01:14:26 +00:00
parent 315ce0941f
commit 5fe7ffa55c
2 changed files with 7 additions and 0 deletions

View file

@ -178,6 +178,12 @@ sub definition {
return $class->SUPER::definition($session, $definition);
}
#-------------------------------------------------------------------
sub getContentLastModified {
return time;
}
#-------------------------------------------------------------------
sub getCookieJar {
my $self = shift;