From cvs-return-4011-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Thu Aug 15 03:23:39 2002 Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 59343 invoked by uid 500); 15 Aug 2002 03:23:39 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 59211 invoked from network); 15 Aug 2002 03:23:37 -0000 Date: 15 Aug 2002 03:23:36 -0000 Message-ID: <20020815032336.21348.qmail@icarus.apache.org> From: gstein@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_network_io.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N gstein 2002/08/14 20:23:36 Modified: include apr_network_io.h Log: Add a comment about a needed (future) fix to the API. Revision Changes Path 1.128 +2 -0 apr/include/apr_network_io.h Index: apr_network_io.h =================================================================== RCS file: /home/cvs/apr/include/apr_network_io.h,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- apr_network_io.h 15 Jul 2002 07:38:35 -0000 1.127 +++ apr_network_io.h 15 Aug 2002 03:23:36 -0000 1.128 @@ -380,6 +380,8 @@ * *scope_id will be NULL if no scope id was specified. * @param port The port number. On output, *port will be 0 if no port was * specified. + * ### FIXME: 0 is a legal port (per RFC 1700). this should + * ### return something besides zero if the port is missing. * @param str The input string to be parsed. * @param p The pool from which *addr and *scope_id are allocated. * @remark If scope id shouldn't be allowed, check for scope_id != NULL in