Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102242973
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
Tue, Feb 18, 16:26
Size
415 B
Mime Type
text/x-php
Expires
Thu, Feb 20, 16:26 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24312288
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