Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for postBodyRetransmittedAfterAuthorizationFail (0.24 sec)

  1. okhttp/src/test/java/okhttp3/CallTest.kt

        enableProtocol(Protocol.HTTP_2)
        postZeroLength()
      }
    
      @Test
      fun postBodyRetransmittedAfterAuthorizationFail() {
        postBodyRetransmittedAfterAuthorizationFail("abc")
      }
    
      @Test
      fun postBodyRetransmittedAfterAuthorizationFail_HTTPS() {
        enableTls()
        postBodyRetransmittedAfterAuthorizationFail("abc")
      }
    
      @Test
      fun postBodyRetransmittedAfterAuthorizationFail_HTTP_2() {
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

      }
    
      @Test
      fun postBodyRetransmittedAfterAuthorizationFail() {
        postBodyRetransmittedAfterAuthorizationFail("abc")
      }
    
      @Test
      fun postBodyRetransmittedAfterAuthorizationFail_HTTP_2() {
        platform.assumeHttp2Support()
        enableProtocol(Protocol.HTTP_2)
        postBodyRetransmittedAfterAuthorizationFail("abc")
      }
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
Back to top