Ecwid / ecwid-mailchimp

MailChimp API Wrapper for Java
Apache License 2.0
86 stars 83 forks source link

Error 411 on using ApacheClient #23

Open mofirouz opened 10 years ago

mofirouz commented 10 years ago

Hiya,

Thanks for this project :)

I've been trying to use your HttpClientConnectionManager, but whenever I make a request, I get a '411 Content-Length not set'.

I can't even set the content-length manually because Apache Client complains.

Have you experienced this? Can you suggest a fix?

Cheers, Mo.