Home » HTTP » HTTP_Header » Bug #6615
HTTP general-header "Pragma:" has no directive "cache"
Details
| Submitted | 2006-01-29 09:28 UTC |
|---|---|
| From | gugglegum at gmail dot com |
| Status | Bogus |
| Package | HTTP_Header |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-01-29 09:28 UTC] gugglegum at gmail dot com
Description:
------------
The HTTP_Header_Cache class redefines header "Pragma" in constructor method:
function HTTP_Header_Cache($expires = 0, $unit = 'seconds')
{
parent::HTTP_Header();
$this->setHeader('Pragma', 'cache');
...
But there is no "cache" directive in RFC-2616.