Sign in
webkit
/
WebKit
/
3b4bf587f7ebe93d42540a4ff252d74024196682
/
.
/
LayoutTests
/
http
/
tests
/
navigation
/
resources
/
response204.pl
blob: e56107c1836164eda30125a2ffc45b5541a505b6 [
file
] [
log
] [
blame
]
#!/usr/bin/perl
# Simple script to generate a 204 HTTP response
print
"Status: 204 No Content\r\n"
;
print
"\r\n\r\n"
;