diff options
| author | 2019-11-12 15:08:09 -0800 | |
|---|---|---|
| committer | 2019-11-12 15:08:09 -0800 | |
| commit | 549d6140bc041564b43cd60453a1d8ca51a28edc (patch) | |
| tree | f95a240cadf5d7c90817f5505252eb2d65a6dc5e | |
| parent | 4704618dd3959af0030a2f448440c34758d1990b (diff) | |
| parent | d277bd6b30fde624dc8432a62f13bd23adb78f5c (diff) | |
Merge "docs: Fix broken link to NPN protocol" am: cab84c8dd3 am: 7c28465f70
am: d277bd6b30
Change-Id: Iea050af8caa311e99c5a5536f7763167f7fc3efc
| -rw-r--r-- | core/java/android/net/SSLCertificateSocketFactory.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/net/SSLCertificateSocketFactory.java b/core/java/android/net/SSLCertificateSocketFactory.java index 95d66bb87064..39cb323d0662 100644 --- a/core/java/android/net/SSLCertificateSocketFactory.java +++ b/core/java/android/net/SSLCertificateSocketFactory.java @@ -304,7 +304,8 @@ public class SSLCertificateSocketFactory extends SSLSocketFactory { } /** - * Sets the <a href="http://technotes.googlecode.com/git/nextprotoneg.html">Next + * Sets the + * <a class="external" href="https://tools.ietf.org/id/draft-agl-tls-nextprotoneg-03.html">Next * Protocol Negotiation (NPN)</a> protocols that this peer is interested in. * * <p>For servers this is the sequence of protocols to advertise as |