Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
cgi
/
nph-interim2.pl.PL
blob: 8a90b2fba766317208e63a7f016e3fc423b73049 [
file
]
foreach
$i
(
1.
.
50
)
{
print
<<
EOT1
HTTP
/
1.1
100
Continue
Server
:
Sausages
/
1.0
EOT1
;
}
print
<<
EOT2
HTTP
/
1.1
200
OK
Content
-
Type
:
text
/
html
Hello
world
EOT2
;