I'm not sure I really understand.
Being repeatable refers to whether the content can be read more than once?
This does not appear to be the problem.
I looked at the network traffic and the content looks to be quite
different for the 2 approaches.
Is using InputStreamEntity a valid way to send (large) text based data
(e.g. json)?
Tim
On 05/08/2015 18:09, Oleg Kalnichevski wrote:
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: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]