Sign in
webkit
/
WebKit
/
bc305334a28f4491ad6c9aac1b58373754ba9a0e
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
304.pl
blob: d4d42c450ce99473fbd9bb0feb4112c730b67ae3 [
file
] [
log
] [
blame
]
#!/usr/bin/perl
# Simple script to generate a 304 HTTP status
print
"Status: 304 Not Modified\r\n"
;
print
"\r\n"
;