Sign in
webkit
/
WebKit
/
0f9dda3eb5e8bee1224032800f3b156cd5ce812d
/
.
/
LayoutTests
/
http
/
tests
/
security
/
http-0.9
/
resources
/
nph-fail.pl
blob: df857df9bcaa150cf86eee3c7e7f95f4518e13dc [
file
] [
log
] [
blame
]
#!/usr/bin/perl
# This script relies on its nph- filename to invoke the CGI non-parsed-header facility.
# We emit two newline characters to signal the end of a text/plain response without HTTP headers.
print
"FAIL\n\n"
;