Sign in
webkit
/
WebKit
/
64ad48284f9bce0bf5722fce09958ff52c1d805e
/
.
/
LayoutTests
/
http
/
tests
/
security
/
http-0.9
/
resources
/
nph-worker-fail.pl
blob: 8b084c77fd11fc513665f64113621c47d516ef74 [
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 the response without HTTP headers.
print
"postMessage('FAIL');\n\n"
;