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 da...@apache.org on 2007/04/28 07:40:51 UTC

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

Author: damitha
Date: Fri Apr 27 22:40:51 2007
New Revision: 533300

URL: http://svn.apache.org/viewvc?view=rev&rev=533300
Log:
added some logs

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=533300&r1=533299&r2=533300
==============================================================================
--- 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 Fri Apr 27 22:40:51 2007
@@ -249,11 +249,11 @@
 		/* We put the client into msg_ctx so that we can free it once the processing
 		 * is done at client side
 		 */
-        /*property = axutil_property_create(env);
+        property = axutil_property_create(env);
         axutil_property_set_scope(property, env, AXIS2_SCOPE_REQUEST);
         axutil_property_set_free_func(property, env, axis2_http_client_free_void_arg);
         axutil_property_set_value(property, env, sender->client);
-        axis2_msg_ctx_set_property(msg_ctx, env, AXIS2_HTTP_CLIENT, property);*/
+        axis2_msg_ctx_set_property(msg_ctx, env, AXIS2_HTTP_CLIENT, property);
 
 		doing_mtom =  axis2_msg_ctx_get_doing_mtom(msg_ctx, env);
 



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