From bugs-return-1958-apmail-apr-bugs-archive=apr.apache.org@apr.apache.org Thu Feb 04 08:32:24 2010 Return-Path: Delivered-To: apmail-apr-bugs-archive@www.apache.org Received: (qmail 92084 invoked from network); 4 Feb 2010 08:32:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Feb 2010 08:32:24 -0000 Received: (qmail 93436 invoked by uid 500); 4 Feb 2010 08:32:24 -0000 Delivered-To: apmail-apr-bugs-archive@apr.apache.org Received: (qmail 93403 invoked by uid 500); 4 Feb 2010 08:32:24 -0000 Mailing-List: contact bugs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apr.apache.org Delivered-To: mailing list bugs@apr.apache.org Received: (qmail 93395 invoked by uid 99); 4 Feb 2010 08:32:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2010 08:32:23 +0000 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2010 08:32:15 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 4A225234C1F0; Thu, 4 Feb 2010 00:31:55 -0800 (PST) From: bugzilla@apache.org To: bugs@apr.apache.org Subject: DO NOT REPLY [Bug 48247] Apache HTTP server could not respond HEAD message under PPC platform when using apr1.3.5 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: APR X-Bugzilla-Component: APR X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dongliqian@gmail.com X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@apr.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20100204083155.4A225234C1F0@brutus.apache.org> Date: Thu, 4 Feb 2010 00:31:55 -0800 (PST) https://issues.apache.org/bugzilla/show_bug.cgi?id=48247 --- Comment #3 from tony dong 2010-02-04 00:31:53 UTC --- Hi Jeff, Thanks for your attention. I haven't set it myself. After running cnofigure` command, I found the macro has been set as 1. I guess maybe it's because I compiled it on the powerpc platform. And I still think it's a bug, because the function apr_set_option only set the flag in the structure apr_socket_t, and the non-blocking mode recorded by operating system hasn't been modified. I think here we should call function apr_socket_opt_set to set the non-blocking mode. This function can modify the real non-blocking mode. Thanks, Tony -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org For additional commands, e-mail: bugs-help@apr.apache.org