Author: amila Date: Tue Dec 23 05:11:53 2008 New Revision: 27764 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=27764
Log: set the status to WAITING. otherwise this causes problems with the sandesha2 Modified: branches/synapse/1.2.wso2v1/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/HttpCoreRequestResponseTransport.java Modified: branches/synapse/1.2.wso2v1/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/HttpCoreRequestResponseTransport.java URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.2.wso2v1/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/HttpCoreRequestResponseTransport.java?rev=27764&r1=27763&r2=27764&view=diff ============================================================================== --- branches/synapse/1.2.wso2v1/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/HttpCoreRequestResponseTransport.java (original) +++ branches/synapse/1.2.wso2v1/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/HttpCoreRequestResponseTransport.java Tue Dec 23 05:11:53 2008 @@ -39,7 +39,7 @@ public class HttpCoreRequestResponseTransport implements RequestResponseTransport { private static final Log log = LogFactory.getLog(HttpCoreRequestResponseTransport.class); - private RequestResponseTransportStatus status = RequestResponseTransportStatus.INITIAL; + private RequestResponseTransportStatus status = RequestResponseTransportStatus.WAITING; private MessageContext msgContext = null; private boolean responseWritten = false; _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
