Looks like the server claims to send a chunked message,
but then sends plain text without chunk information.
Check what value the Transfer-Encoding header of the
response has. If that says "chunked", but the server
doesn't chunk-encode the response, you'll get that kind
of exception.

hope that helps,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to