Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93924829
Aphront304Response.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Dec 2, 13:36
Size
415 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 13:36 (2 d)
Engine
blob
Format
Raw Data
Handle
22723638
Attached To
rPH Phabricator
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
;
}
}
Event Timeline
Log In to Comment