Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 4665 invoked from network); 21 Sep 2008 10:11:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Sep 2008 10:11:18 -0000 Received: (qmail 58123 invoked by uid 500); 21 Sep 2008 10:11:12 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 58089 invoked by uid 500); 21 Sep 2008 10:11:12 -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 58075 invoked by uid 99); 21 Sep 2008 10:11:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2008 03:11:12 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2008 10:10:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 02EDB238896F; Sun, 21 Sep 2008 03:10:25 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r697466 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Date: Sun, 21 Sep 2008 10:10:24 -0000 To: dev@tomcat.apache.org From: rjung@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080921101025.02EDB238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rjung Date: Sun Sep 21 03:10:24 2008 New Revision: 697466 URL: http://svn.apache.org/viewvc?rev=697466&view=rev Log: Cosmetics. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h?rev=697466&r1=697465&r2=697466&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h (original) +++ tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Sun Sep 21 03:10:24 2008 @@ -308,9 +308,9 @@ /* * Handle Connection/Reply Timeouts */ - int connect_timeout; /* connect cping/cpong delay in ms (0 means disabled) */ - int reply_timeout; /* reply timeout delay in ms (0 means disabled) */ - int prepost_timeout; /* before sending a request cping/cpong timeout delay in ms (0 means disabled) */ + int connect_timeout; /* connect cping/cpong delay in ms (0 means disabled) */ + int reply_timeout; /* reply timeout delay in ms (0 means disabled) */ + int prepost_timeout; /* before sending a request cping/cpong timeout delay in ms (0 means disabled) */ int connection_keepalive; /* interval for sending cping packets on * unused connection */ @@ -318,7 +318,7 @@ * Recovery options */ unsigned int recovery_opts; - + /* * Public property to enable the number of retry attempts * on this worker. @@ -326,7 +326,7 @@ int retries; unsigned int max_packet_size; /* Maximum AJP Packet size */ - + /* * HTTP status that will cause failover (0 means disabled) */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org