Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for httpExceptionsAreReturnedAsSuppressed (0.2 seconds)

  1. okhttp/src/jvmTest/kotlin/okhttp3/CallKotlinTest.kt

            assertThat(suppressed).isNotSameAs(expected)
          }
        }
      }
    
      /** Confirm suppressed exceptions that occur after connecting are returned. */
      @Test fun httpExceptionsAreReturnedAsSuppressed() {
        server.enqueue(MockResponse.Builder().onRequestStart(CloseSocket()).build())
        server.enqueue(MockResponse.Builder().onRequestStart(CloseSocket()).build())
    
        client =
          client
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Fri Jun 20 11:46:46 GMT 2025
    - 8.4K bytes
    - Click Count (0)
Back to Top