garydgregory commented on a change in pull request #274:
URL:
https://github.com/apache/httpcomponents-core/pull/274#discussion_r600575556
##########
File path: httpcore5/src/main/java/org/apache/hc/core5/net/InetAddressUtils.java
##########
@@ -137,6 +137,18 @@ public static boolean isIPv6Address(final String input) {
return isIPv6StdAddress(input) || isIPv6HexCompressedAddress(input);
}
+ /**
+ * Checks whether the parameter is a valid rfc2732 url formatted bracketed
IPv6 address (including compressed).
Review comment:
URL is an acronym and should be in caps. Same for RFC.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]