Description
I activated the logging-module to log all In- and Outputs.
Normaly this seems to work perfectly, but when a JEE-System gives me back a fault (actually the result is a chunked stream), I loose the detail information.
After a while I found out, that the logging module is reading in all not yet read nodes. In case of a fault, this may lead to it reading in the whole stream without creating the internal node list.
Attached patch forces the reading of all remaining nodes.