in reply to SOAP::Lite patch for mod_perl2

I have successfully added this patch and got SOAP::Lite working under mod_perl2. However, one required change is missing, the line:
$r->send_http_header(join '; ', $self->response->content_type);
should be removed.