Hi
On 17/09/14 07:53, gquintana wrote:
I replaced in the method signature StreamingOuput by InputStream, it seems to
work. Yet I don't know whether there is a difference internally.
AFAIK using StreamingOutput on the server side can make a difference if the code does flush() after every write() - this should lead to the client seeing the bytes as soon as they become available.

When it is a utility copy of InputStream to OutputStream then I guess (Dan or Aki are the experts) what happens that some sort of streaming can occur, once an out threshold is reached and the chunked encoding gets activated...

Cheers, Sergey


Gérald



--
View this message in context: 
http://cxf.547215.n5.nabble.com/JAXRS-Client-proxy-and-StreamingOutput-tp5748764p5748817.html
Sent from the cxf-user mailing list archive at Nabble.com.


Reply via email to