Hi everybody,
I have a
servlet. Its buffer size (I used the API - getBufferSize to get the buffer size of the response stream )is 1024 KB.
I filled it up with data more than 1024KB and it still does not give any error (I was expecting some buffer overflow errors) and displays the data properly on the browser.
Is it normal ?