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 ma...@apache.org on 2007/12/18 06:54:31 UTC

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

Author: manjula
Date: Mon Dec 17 21:54:29 2007
New Revision: 605099

URL: http://svn.apache.org/viewvc?rev=605099&view=rev
Log:
Uncommenting thread_exit.

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?rev=605099&r1=605098&r2=605099&view=diff
==============================================================================
--- 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 Mon Dec 17 21:54:29 2007
@@ -293,10 +293,10 @@
         axutil_free_thread_env(thread_env);
         thread_env = NULL;
     }
-/*
+
 #ifdef AXIS2_SVR_MULTI_THREADED
     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