On Wed, 2015-08-05 at 12:15 +0100, Tim Dudgeon wrote: > I'm having a strange problem with using InputStreamEntity for a POST > operation. > If I use a StringEntity the operation works fine. > If I use an InputStreamEntity based on the same content then no content > gets POSTed. > Any ideas why? >
StringEntity is repeatable whereas InputStreamEntity is not. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org For additional commands, e-mail: httpclient-users-h...@hc.apache.org