Parent Directory
|
Revision Log
Don't cache sleepers
1 | #!/usr/bin/perl |
2 | use strict; |
3 | print "Cache-control: no-cache\n"; |
4 | print "Content-Type: text/css; charset=us-ascii\n\n"; |
5 | sleep 10; |
6 | print "/* 10s */\n"; |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |