You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by as...@apache.org on 2008/05/26 11:07:17 UTC

svn commit: r660137 - /synapse/branches/1.2/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/Axis2HttpRequest.java

Author: asankha
Date: Mon May 26 02:07:16 2008
New Revision: 660137

URL: http://svn.apache.org/viewvc?rev=660137&view=rev
Log:
remove unwanted reference from using memory.. thanks to JProfiler!

Modified:
    synapse/branches/1.2/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/Axis2HttpRequest.java

Modified: synapse/branches/1.2/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/Axis2HttpRequest.java
URL: http://svn.apache.org/viewvc/synapse/branches/1.2/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/Axis2HttpRequest.java?rev=660137&r1=660136&r2=660137&view=diff
==============================================================================
--- synapse/branches/1.2/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/Axis2HttpRequest.java (original)
+++ synapse/branches/1.2/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/Axis2HttpRequest.java Mon May 26 02:07:16 2008
@@ -95,6 +95,7 @@
         this.msgContext = null;
         this.format = null;
         this.messageFormatter = null;
+        this.outputBuffer = null;
     }
 
     public EndpointReference getEpr() {