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/08/14 12:07:40 UTC

svn commit: r565690 - in /webservices/axis2/trunk/c/src/core: clientapi/svc_client.c transport/http/receiver/http_svr_thread.c

Author: damitha
Date: Tue Aug 14 03:07:40 2007
New Revision: 565690

URL: http://svn.apache.org/viewvc?view=rev&rev=565690
Log:
commented thread_env_free and axutil_thread_pool_exit_thread.
Also fixed AXIS2C-670

Modified:
    webservices/axis2/trunk/c/src/core/clientapi/svc_client.c
    webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c

Modified: webservices/axis2/trunk/c/src/core/clientapi/svc_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/clientapi/svc_client.c?view=diff&rev=565690&r1=565689&r2=565690
==============================================================================
--- webservices/axis2/trunk/c/src/core/clientapi/svc_client.c (original)
+++ webservices/axis2/trunk/c/src/core/clientapi/svc_client.c Tue Aug 14 03:07:40 2007
@@ -478,14 +478,14 @@
 
     for (i = 0; i < size; i++)
     {
-        axiom_node_t *node = NULL;
+        /*axiom_node_t *node = NULL;
         node = axutil_array_list_get(svc_client->headers, env, i);
 
         if (node)
         {
             axiom_node_free_tree(node, env);
             node = NULL;
-        }
+        }*/
         axutil_array_list_remove(svc_client->headers, env, i);
     }
     return AXIS2_SUCCESS;

Modified: webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c?view=diff&rev=565690&r1=565689&r2=565690
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c Tue Aug 14 03:07:40 2007
@@ -294,11 +294,11 @@
 
     if (thread_env)
     {
-        axutil_free_thread_env(thread_env);
+        /*axutil_free_thread_env(thread_env);*/
         thread_env = NULL;
     }
 #ifdef AXIS2_SVR_MULTI_THREADED
-    axutil_thread_pool_exit_thread(env->thread_pool, thd);
+    /*axutil_thread_pool_exit_thread(env->thread_pool, thd);*/
 #endif
 
     return NULL;



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