We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1cbc5 commit c5cae37Copy full SHA for c5cae37
src/main/java/com/microsoft/graph/httpcore/HttpClients.java
@@ -30,8 +30,7 @@ public static Builder custom() {
30
return new OkHttpClient.Builder()
31
.addInterceptor(new TelemetryHandler())
32
.followRedirects(false)
33
- .followSslRedirects(false)
34
- .protocols(Collections.singletonList(Protocol.HTTP_1_1)); //https://stackoverflow.com/questions/62031298/sockettimeout-on-java-11-but-not-on-java-8
+ .followSslRedirects(false);
35
}
36
37
/**
0 commit comments