Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F427121
Aphront304Response.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
415 B
Referenced Files
None
Subscribers
None
Aphront304Response.php
View Options
<?php
final
class
Aphront304Response
extends
AphrontResponse
{
public
function
getHTTPResponseCode
()
{
return
304
;
}
public
function
buildResponseString
()
{
// IMPORTANT! According to the HTTP/1.1 spec (RFC 2616) a 304 response
// "MUST NOT" have any content. Apache + Safari strongly agree, and
// completely flip out and you start getting 304s for no-cache pages.
return
null
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 4:05 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
58551
Default Alt Text
Aphront304Response.php (415 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment