Sign in
apache
/
mod_perl
/
release
/
.
/
2_0_7
/
ModPerl-Registry
/
t
/
cgi-bin
/
missing_headers.pl
blob: fd9c190dfa24180c727defca86f4ae447da4b2c5 [
file
]
BEGIN
{
use
Apache
::
TestUtil
;
t_server_log_error_is_expected
();
}
print
"No HTTP headers were sent\n\n"
;
print
"Here is some more body coming\n even with double new line\n\n"
;
print
"Here is some more body coming"
;