summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
diff options
context:
space:
mode:
authorgstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2002-08-15 03:23:36 +0000
committergstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2002-08-15 03:23:36 +0000
commit1e1f8d10d37f1c6b89c4354b4f4cff0f41c047e4 (patch)
tree29448fca44748333157cf5d1a951408f691cea05 /include/apr_network_io.h
parentaede3be6e385893a9f7d4fe0dfd33ba31e3ed043 (diff)
downloadlibapr-1e1f8d10d37f1c6b89c4354b4f4cff0f41c047e4.tar.gz
Add a comment about a needed (future) fix to the API.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63812 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_network_io.h')
-rw-r--r--include/apr_network_io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index 9da7f662b..bb9dbad7a 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -380,6 +380,8 @@ APR_DECLARE(apr_status_t) apr_getnameinfo(char **hostname,
* *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