Hello, I am coping with some 3rd party HTTP API which unfortunately includes some useful information into chunk-extension which is part of chunked transfer encoding (as defined in RFC2616). However all java libraries for HTTP access ignores this data (which is probably right).
So I'll need to process these data by myself and I certainly don't want to implement my own HTTP client. Can you help me or at least give me some pointer on how to force Apache Http Client to interpret chunked transfer as raw data (identity)? I have tried this: http://mail-archives.apache.org/mod_mbox/hc-httpclient-users/201301.mbox/%3C1359388867.10617.16.camel@ubuntu%3E But it didn't work and also I would prefer solution for 4.3. Thanks in advance. Regards, Jiri Pokorny
