You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/HttpJsonTransportUtils.java
+3-14Lines changed: 3 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -69,12 +69,6 @@ public class HttpJsonTransportUtils {
69
69
* ensuring that setting Conscrypt as the default security provider does not cause breaking
70
70
* failures for customers running on environments where Conscrypt is unsupported or unavailable.
71
71
*/
72
-
/**
73
-
* Tracks whether Conscrypt supports PQC named groups. If configuration fails once, this is set to
74
-
* false so subsequent socket connection attempts skip calling Conscrypt.setNamedGroups.
0 commit comments