Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 73480 invoked from network); 20 Apr 2007 04:55:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Apr 2007 04:55:43 -0000 Received: (qmail 46713 invoked by uid 500); 20 Apr 2007 04:55:49 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 46605 invoked by uid 500); 20 Apr 2007 04:55:48 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 46594 invoked by uid 500); 20 Apr 2007 04:55:48 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 46591 invoked by uid 99); 20 Apr 2007 04:55:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2007 21:55:48 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2007 21:55:41 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 9C3701A9838; Thu, 19 Apr 2007 21:55:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r530640 - /webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c Date: Fri, 20 Apr 2007 04:55:21 -0000 To: axis2-cvs@ws.apache.org From: samisa@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070420045521.9C3701A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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