Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 87258 invoked from network); 2 May 2010 20:52:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 May 2010 20:52:00 -0000 Received: (qmail 97897 invoked by uid 500); 2 May 2010 20:52:00 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 97827 invoked by uid 500); 2 May 2010 20:52:00 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 97814 invoked by uid 99); 2 May 2010 20:52:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 May 2010 20:52:00 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [72.22.94.67] (HELO virtual.halosg.com) (72.22.94.67) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 May 2010 20:51:52 +0000 Received: (qmail 1838 invoked from network); 2 May 2010 15:51:31 -0500 Received: from 38-171-19-72.skybeam.com (HELO ?192.168.3.122?) (72.19.171.38) by halosg.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 2 May 2010 15:51:31 -0500 Message-ID: <4BDDE600.1070205@hanik.com> Date: Sun, 02 May 2010 14:52:16 -0600 From: Filip Hanik - Dev Lists User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc11 Lightning/1.0b2pre Thunderbird/3.0.4 MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: svn commit: r940189 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java References: <20100502100257.365E023888EA@eris.apache.org> In-Reply-To: <20100502100257.365E023888EA@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 05/02/2010 04:02 AM, jfclere@apache.org wrote: > - // endpoint.processSocket(this.socket, SocketStatus.STOP); > + try { > + asyncDispatch(SocketStatus.STOP); // What to do with return code ? > What you want to do here, is let the Endpoint know that stop is called. The end point will then dispatch a new thread to handle the request Filip --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org