Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
cgi
/
nph-102.pl.PL
blob: a49eeaafabaf3237342c61c617927849bbefa634 [
file
]
print
"HTTP/1.1 102 Please Wait...\r\n"
;
print
"Host: nph-102\r\n\r\n"
;
print
"HTTP/1.1 200 OK\r\n"
;
print
"Content-Type: text/plain\r\n\r\n"
;
print
"this is nph-stdout"
;