Return-Path: X-Original-To: apmail-apr-dev-archive@www.apache.org Delivered-To: apmail-apr-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F3FC100D8 for ; Tue, 29 Apr 2014 15:42:15 +0000 (UTC) Received: (qmail 87228 invoked by uid 500); 29 Apr 2014 15:42:13 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 87157 invoked by uid 500); 29 Apr 2014 15:42:12 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 87147 invoked by uid 99); 29 Apr 2014 15:42:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Apr 2014 15:42:12 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [76.96.30.80] (HELO qmta08.emeryville.ca.mail.comcast.net) (76.96.30.80) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Apr 2014 15:42:05 +0000 Received: from omta18.emeryville.ca.mail.comcast.net ([76.96.30.74]) by qmta08.emeryville.ca.mail.comcast.net with comcast id vpsB1n0041bwxycA8rhl97; Tue, 29 Apr 2014 15:41:45 +0000 Received: from [192.168.199.10] ([69.251.80.74]) by omta18.emeryville.ca.mail.comcast.net with comcast id vrhi1n0071cCKD98erhjdX; Tue, 29 Apr 2014 15:41:44 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.0\)) Subject: Re: apr_socket_opt_set always sets TCP_DEFER_ACCEPT to 1 From: Jim Jagielski In-Reply-To: Date: Tue, 29 Apr 2014 11:41:41 -0400 Cc: Jeff Trawick , APR Developer List Content-Transfer-Encoding: quoted-printable Message-Id: <6A1D167B-BE24-4433-A43B-DB132064BD08@jaguNET.com> References: To: "Brian J. France" X-Mailer: Apple Mail (2.1878) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1398786105; bh=bsxEPt5SwhH1d0bSAPEka2Z2Uqlwul2iJpFsr0bPQgo=; h=Received:Received:Content-Type:Mime-Version:Subject:From:Date: Message-Id:To; b=Har3o5nhENWqN2bQr6L94bH7IpODqUwuxhMBrLyiU/szK1X5vcyhOmNGZjqMEPvZc VmTvRN/DrM659AnWtEa+bHqLpaPzWpChPQH+cW6YCbSIEjnSl6NlolElJXtoR5RZxi 4Ogqrd4c9LyolNaoTcjwUO4f8l8ngcMNkZ/NKUkgX6yxCbda8pUXRaC3Jjs1ljr5iM SqGLTlwe44z09sCmDmc098/i/XTLCThMyVdHKj+9OoNmj/OZytlsx4p8h8zZaZLHFA YenIP40Bp0d/4rFVkblmBbzW1fv65bRqw4m3nrz5pHjR/AET18v5jDg8ZXXSZ33UJa 3v6XCMWjrKnFg== X-Virus-Checked: Checked by ClamAV on apache.org On Apr 22, 2014, at 9:43 AM, Brian J. France = wrote: >=20 > Doh, this is my bad: on !=3D one >=20 > = http://svn.apache.org/viewvc/apr/apr/trunk/network_io/unix/sockopt.c?view=3D= markup#l113 >=20 > For some reason I completely missed that. APR is fine, but httpd = needs updated as it is hard coded to 1: >=20 > rv =3D apr_socket_opt_set(s, APR_TCP_DEFER_ACCEPT, 1); >=20 > Will move to the httpd list. Did I miss this on dev@httpd?=