Ok thanks, I'll check that on the evening. If that is the case, how can it be fixed on the client side?? I'm using HTTP client to make queries for some public WWW site, so I cannot do anything to the server side at all.
Roland Weber wrote: > > 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] > > > -- View this message in context: http://www.nabble.com/java.io.IOException%3A-Bad-chunk-size---tf4759686.html#a13622894 Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
