Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0-M1, 3.0.0, Trunk
-
None
Description
At the moment we use a ByteArrayOutputStream to store the whole message content which will get written to the client later. This is super inefficient and could maybe lead to OOM Exception on very big messages. We should allow read the data to get written directly from a InputStream