applayerprotocols/httptransportfw/core/chttpformencoder.cpp
changeset 23 ea9c9681bbaf
parent 0 b16258d2340f
--- a/applayerprotocols/httptransportfw/core/chttpformencoder.cpp	Thu May 27 13:21:53 2010 +0300
+++ b/applayerprotocols/httptransportfw/core/chttpformencoder.cpp	Fri Jun 11 14:06:05 2010 +0300
@@ -70,8 +70,8 @@
 	
 TInt CHTTPFormEncoder::Reset()
 	{
-	// Not implemented here
-	return KErrNotSupported;
+    iState = EAllowAppendData;
+	return KErrNone;
 	}
 
 EXPORT_C void CHTTPFormEncoder::AddFieldL(const TDesC8& aFieldName, const TDesC8& aFieldValue)