8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b02601 commit c980c3fCopy full SHA for c980c3f
src/Symfony/Component/HttpFoundation/Response.php
@@ -587,7 +587,7 @@ public function setPublic()
587
*/
588
public function mustRevalidate()
589
{
590
- return $this->headers->hasCacheControlDirective('must-revalidate') || $this->headers->has('proxy-revalidate');
+ return $this->headers->hasCacheControlDirective('must-revalidate') || $this->headers->hasCacheControlDirective('proxy-revalidate');
591
}
592
593
/**
0 commit comments