Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Apache Synapse 1.2
Description
TCPWorker, run() method, line 112 says:
this.socket.close();
This causes the socked to be closed before the response is sent (using the out stream of the very same socket) by Apache Synapse (which happens in another thread).