blob: 36d6d5acb9dd6d2505ca7c3efc502bc167332fa2 [file] [log] [blame]
#!/usr/bin/perl -wT
use strict;
sleep 3;
$| = 1;
print "Status: 400 Good work\nContent-Type: text/plain\nCache-Control: no-store\n\nBODY";