You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2007/05/28 11:49:36 UTC

svn commit: r542180 - /webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c

Author: samisa
Date: Mon May 28 02:49:35 2007
New Revision: 542180

URL: http://svn.apache.org/viewvc?view=rev&rev=542180
Log:
Fixed the content type ; bug

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c?view=diff&rev=542180&r1=542179&r2=542180
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c Mon May 28 02:49:35 2007
@@ -446,7 +446,7 @@
 					AXIS2_FREE(env->allocator, content_type);
 					content_type = temp_content_type;
 				}
-				temp_content_type = axutil_stracat(env, content_type, ";");
+				/*temp_content_type = axutil_stracat(env, content_type, ";");*/
 				AXIS2_FREE(env->allocator, content_type);
 				content_type = temp_content_type;
 			}



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org