Wow, what a fast response. Thanks!
* Gisle_Aas via RT (bug-libwww-perl@rt.cpan.org) [090612 19:36]:
Show quoted text> The 'Client-*' fields are created by LWP during processing of responses
This explains a lot: why I can only find the tag with Perl programs on
internet and no spec ;-b {I probably would have chosen a "LWP-" prefix}
Show quoted text> So you me it sounds that you have a server that introduce \r\n at
> inappropriate places in the message content without marking this is any
> Content-Encoding. Is that right?
Problem is that I try to figure-out a bug-report of someone else myself:
it's not my application but a user of XML::Compile::SOAP. A part of the
Data::Dumper output of HTTP::Response, which may give you a hint which
I do not get B-]
'_protocol' => 'HTTP/1.1',
'_rc' => 500,
'_msg' => 'Internal Server Error',
'_content' => '<?xml version=\'1.0\' encoding=\'UTF-8\'?><S:Envelope xmlns:
S="
http://schemas.xmlsoap.org/soap/envelope/"><S:Body><S:Fault xmlns:ns4="
http://www.w3.org/2003/05/soap-envelope"><faul
Show quoted texttcode>S:Server</faultcode><faultstring>Rethrown: Rethrown com.wavecorp.mediabank.command.net.MediaBankCommunicationExcep
tion: java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine</f
... etc
Show quoted textackTrace></ns2:cause></ns2:exception></d
Show quoted textetail></S:Fault></S:Body></S:Envelope>',
'_headers' => bless( {
'client-date' => 'Thu, 11 Jun 2009 20:22:29 GMT',
'connection' => 'close',
'content-type' => 'text/xml;charset=utf-8',
'client-response-num' => 1,
'date' => 'Thu, 11 Jun 2009 20:22:28 GMT',
'client-transfer-encoding' => [
'chunked'
],
'client-peer' => '127.0.0.1:8080',
'server' => 'Apache-Coyote/1.1'
}, 'HTTP::Headers' ),
'handlers' => {
'response_data' => [ { 'callback' => sub { "DUMMY" } } ]
}
I dod not find the location where you handle chunked, except HTTP::Daemon, which
is server-side. I have a client application.
--
Regards,
MarkOv
------------------------------------------------------------------------
Mark Overmeer MSc MARKOV Solutions
Mark@Overmeer.net solutions@overmeer.net
http://Mark.Overmeer.net http://solutions.overmeer.net