Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for upgradeHttps (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. okhttp/src/jvmTest/kotlin/okhttp3/internal/http/HttpUpgradesTest.kt

        executeAndCheckUpgrade(
          upgradeRequest()
            .newBuilder()
            .post("Hello".toRequestBody())
            .build(),
        )
      }
    
      @Test
      fun upgradeHttps() {
        // org.bouncycastle.tls.TlsNoCloseNotifyException: No close_notify alert received before connection closed
        platform.assumeNotBouncyCastle()
    
        enableTls(Protocol.HTTP_1_1)
        upgrade()
      }
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 08 21:07:01 GMT 2026
    - 9.7K bytes
    - Click Count (0)
Back to Top