/[suikacvs]/www/test/support/sleep10.js.cgi
Suika

Contents of /www/test/support/sleep10.js.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Mon Jan 19 02:51:14 2009 UTC (16 years, 3 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -0 lines
Don't cache sleepers

1 wakaba 1.1 #!/usr/bin/perl
2     use strict;
3 wakaba 1.2 print "Cache-control: no-cache\n";
4 wakaba 1.1 print "Content-Type: text/javascript; charset=us-ascii\n\n";
5     sleep 10;
6     print "alert ('10s');\n";

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24