TCP transport server is closing the socket after having received the message
----------------------------------------------------------------------------
Key: AXIS2-4422
URL: https://issues.apache.org/jira/browse/AXIS2-4422
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: transports
Affects Versions: 1.4
Environment: Apache Synapse 1.2
Reporter: Szymon Dembek
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).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.