Page MenuHomePhorge

Aphront304Response.php
No OneTemporary

Size
415 B
Referenced Files
None
Subscribers
None

Aphront304Response.php

<?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

Mime Type
text/x-php
Expires
Wed, May 14, 2:10 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
121391
Default Alt Text
Aphront304Response.php (415 B)

Event Timeline