Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105804836
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
Wed, Mar 19, 22:14
Size
415 B
Mime Type
text/x-php
Expires
Fri, Mar 21, 22:14 (2 d)
Engine
blob
Format
Raw Data
Handle
24856438
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