Trim trailing blank (oops)
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1442835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d7afb22c13
commit
b6bfa8505f
|
@ -368,7 +368,7 @@ public abstract class AbstractVerifier implements X509HostnameVerifier {
|
|||
}
|
||||
|
||||
/*
|
||||
* Check if hostname is IPv6, and if so, convert to standard format.
|
||||
* Check if hostname is IPv6, and if so, convert to standard format.
|
||||
*/
|
||||
private String normaliseIPv6Address(final String hostname) {
|
||||
if (hostname == null || !InetAddressUtils.isIPv6Address(hostname)) {
|
||||
|
|
Loading…
Reference in New Issue