diff options
| author | 2019-11-12 14:49:21 -0800 | |
|---|---|---|
| committer | 2019-11-12 14:49:21 -0800 | |
| commit | 7c28465f704992c85eafb683e60a8296b8ea9d56 (patch) | |
| tree | 3dcd009edddd96a26684e6411fb3ee2be767d8a5 | |
| parent | bd9bf9f9c7cf5dbbd5a7a6ac0581b8fca68f2be4 (diff) | |
| parent | cab84c8dd3108ad3803abbaee59166f3e8d0c154 (diff) | |
Merge "docs: Fix broken link to NPN protocol"
am: cab84c8dd3
Change-Id: I4c712a218dc792e4addb4a9f0e8e12b2dac85710
| -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 |