Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for postEmptyBodyRetransmittedAfterAuthorizationFail (2.49 sec)

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

      @Test
      fun postEmptyBodyRetransmittedAfterAuthorizationFail() {
        postBodyRetransmittedAfterAuthorizationFail("")
      }
    
      @Test
      fun postEmptyBodyRetransmittedAfterAuthorizationFail_HTTPS() {
        enableTls()
        postBodyRetransmittedAfterAuthorizationFail("")
      }
    
      @Test
      fun postEmptyBodyRetransmittedAfterAuthorizationFail_HTTP_2() {
        enableProtocol(Protocol.HTTP_2)
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

      }
    
      /** Don't explode when resending an empty post. https://github.com/square/okhttp/issues/1131  */
      @Test
      fun postEmptyBodyRetransmittedAfterAuthorizationFail() {
        postBodyRetransmittedAfterAuthorizationFail("")
      }
    
      @Test
      fun postEmptyBodyRetransmittedAfterAuthorizationFail_HTTP_2() {
        platform.assumeHttp2Support()
        enableProtocol(Protocol.HTTP_2)
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
Back to top