Re: Http Multi-part exception when using InputStreamBody

2010-02-02 Thread Yadu
> @Oleg > "You basically have two options: (1) use repeatable ContentBody > implementations only or (2) make sure the request does not need to be > retried. Please note the latter is not always possible. Request retries > due to authentication failures can be avoided, but those due to I/O > erro

RE: HTTP Trailers in HttpClient 4.0.1

2010-02-02 Thread Ben Cox
Argh - I should say I get all the other HEADERS I might expect, not trailers! I DON'T get any trailers. > From: ben_cox...@hotmail.com > To: httpclient-users@hc.apache.org > Subject: HTTP Trailers in HttpClient 4.0.1 > Date: Tue, 2 Feb 2010 21:07:45 +00

HTTP Trailers in HttpClient 4.0.1

2010-02-02 Thread Ben Cox
Hi all, I'm testing out using chunked encoding with trailing headers at the moment, but seem to be having some problems getting the HttpClient to find the trailers. My code looks like this: /***/ HttpClient httpClient = new DefaultHt