You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pr...@apache.org on 2005/10/12 10:50:30 UTC

svn commit: r314823 - /webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.cpp

Author: prestonf
Date: Wed Oct 12 01:50:27 2005
New Revision: 314823

URL: http://svn.apache.org/viewcvs?rev=314823&view=rev
Log:
Removed the clear() from [1687] m_strReceived = "";

Modified:
    webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.cpp

Modified: webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.cpp?rev=314823&r1=314822&r2=314823&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.cpp (original)
+++ webservices/axis/trunk/c/src/transport/axis3/HTTPTransport.cpp Wed Oct 12 01:50:27 2005
@@ -1684,7 +1684,7 @@
 		}
 		else
 		{
-			m_strReceived.clear();
+			m_strReceived = "";
 		}
 
 		bTransportInProgress = true;