Sign in
apache
/
mod_perl
/
c56a8fd04e132ba920fedec1668dbafa3a1b71a0
/
.
/
ModPerl-Registry
/
t
/
cgi-bin
/
runtime_error_plus_body.pl
blob: 89b7c961f8d24ee894c9c95e4fdd4ad71cfa6872 [
file
] [
log
] [
blame
]
BEGIN
{
use
Apache
::
TestUtil
;
t_server_log_error_is_expected
();
}
# this script sends some body before the error happens,
# so 200 OK is expected, followed by an error
print
"Content-type: text/plain\n\n"
;
print
"some body"
;
print
no_such_func
();