Sign in
apache
/
mod_perl
/
c56a8fd04e132ba920fedec1668dbafa3a1b71a0
/
.
/
ModPerl-Registry
/
t
/
cgi-bin
/
missing_headers.pl
blob: fd9c190dfa24180c727defca86f4ae447da4b2c5 [
file
] [
log
] [
blame
]
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"
;