We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10578e3 commit cb15779Copy full SHA for cb15779
okhttp/src/main/java/com/squareup/okhttp/internal/OkHttpProtocolNegotiator.java
@@ -147,7 +147,7 @@ protected void configureTlsExtensions(
147
148
// Enable ALPN.
149
if (SET_ALPN_PROTOCOLS.isSupported(sslSocket)) {
150
- Object[] parameters = {PLATFORM.concatLengthPrefixed(protocols)};
+ Object[] parameters = {Platform.concatLengthPrefixed(protocols)};
151
SET_ALPN_PROTOCOLS.invokeWithoutCheckedException(sslSocket, parameters);
152
}
153
0 commit comments