Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 22870 invoked from network); 16 Dec 2004 19:29:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Dec 2004 19:29:03 -0000 Received: (qmail 9222 invoked by uid 500); 16 Dec 2004 19:29:02 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 9178 invoked by uid 500); 16 Dec 2004 19:29:02 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 9160 invoked by uid 99); 16 Dec 2004 19:29:01 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 16 Dec 2004 11:27:17 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id iBGGm8FY023160 for ; Thu, 16 Dec 2004 17:48:08 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id iBGGm8CS023158; Thu, 16 Dec 2004 17:48:08 +0100 Date: Thu, 16 Dec 2004 17:48:08 +0100 Message-Id: <200412161648.iBGGm8CS023158@ajax.apache.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 32737] New: - apr_socket_addr_get(APR_REMOTE) doesn't work after apr_socket_connect(), if the socket is non-blocking X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=32737 Summary: apr_socket_addr_get(APR_REMOTE) doesn't work after apr_socket_connect(), if the socket is non-blocking Product: APR Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: APR AssignedTo: bugs@httpd.apache.org ReportedBy: inoue@ariel-networks.com step: 1. create a socket with non-blocking mode 2. call apr_socket_connect() 3. make sure the connection established 4. call apr_socket_addr_get() to get APR_REMOTE socket-address, but it doesn't work. solution: sock->remote_addr_unknown should be TRUE at initialization. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org