I thought if setContentLength() is used, then chunked encoding is not used. Is that not the case?

-Tim

Saminda Abeyruwan wrote:

Tim Funk wrote:

If you want to disable chunked encoding - you need to determine how much data you will send so setContentLength can be called.

-Tim


Hi Tim,

Thanks for the reply,

Is it something like,
response.setContentLength(1000);
OutputStream out = response.getOutputStream();

Yet, i would like to have a outputsteam without any chunking at all.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to