fixed: HTTP Proxy doesn't serve new content to visitors
This commit is contained in:
parent
315ce0941f
commit
5fe7ffa55c
2 changed files with 7 additions and 0 deletions
|
|
@ -178,6 +178,12 @@ sub definition {
|
|||
return $class->SUPER::definition($session, $definition);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub getContentLastModified {
|
||||
return time;
|
||||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub getCookieJar {
|
||||
my $self = shift;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue