Sign in
webkit
/
WebKit
/
4607ef70b24b852e8d4bdab2b8233fa12bf018e4
/
.
/
LayoutTests
/
http
/
tests
/
plugins
/
resources
/
mock-plugin-cacheable.pl
blob: c6cb8c43f2a570fe7e621d55479e33ec1d34dbda [
file
] [
log
] [
blame
]
#!/usr/bin/perl -wT
use
strict
;
print
"Cache-Control: max-age=3600\n"
;
print
"Content-Type: application/x-webkit-test-netscape\n\n"
;
print
"This is a mock plugin. It does pretty much nothing."
;