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 sa...@apache.org on 2007/04/20 06:55:21 UTC

svn commit: r530640 - /webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c

Author: samisa
Date: Thu Apr 19 21:55:20 2007
New Revision: 530640

URL: http://svn.apache.org/viewvc?view=rev&rev=530640
Log:
Commented free calls to make it work with Sandesha

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

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=530640&r1=530639&r2=530640
==============================================================================
--- 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 Thu Apr 19 21:55:20 2007
@@ -293,11 +293,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