Subject: | 500 EOF error |
Hi,
What does the error mean?
$ua->credentials( $netloc, $realm, $username, $passwd );
$ua->timeout( "1200" );
my $req = POST $report_url, $form_ref;
my $content = $ua->request($req);
if ( $content->is_success ) {
my $body = $content->as_string;
} else {
my $err_msg = $content->error_as_HTML;
... cut ...
ERROR:
main::(cc_change_metrics_report:570):
570: print $err_msg, "\n";
DB<6> n
<HTML>
<HEAD><TITLE>An Error Occurred</TITLE></HEAD>
<BODY>
<H1>An Error Occurred</H1>
500 EOF instead of reponse status line
</BODY>
</HTML>
Regards,
Richard