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