Skip to content

Commit

Permalink
Change must-proxy-revalidate by proxy-revalidate
Browse files Browse the repository at this point in the history
  • Loading branch information
ouardisoft committed May 16, 2012
1 parent ec45169 commit d1c831d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpFoundation/Response.php
Expand Up @@ -401,7 +401,7 @@ public function setPublic()
*/
public function mustRevalidate()
{
return $this->headers->hasCacheControlDirective('must-revalidate') || $this->headers->has('must-proxy-revalidate');
return $this->headers->hasCacheControlDirective('must-revalidate') || $this->headers->has('proxy-revalidate');
}

/**
Expand Down

0 comments on commit d1c831d

Please sign in to comment.