Sign in
chromium
/
chromium
/
src.git
/
64.0.3268.0
/
.
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
status-404-without-body.php
blob: faff106310fb7ddbe4aa33ebbc0a4cbd5f38a825 [
file
] [
log
] [
blame
]
<?
php
header
(
'http/1.1 404 Not Found'
);
exit
();
?>