Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for 458Z (0.02 seconds)

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

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

        val response = call.execute()
        assertThat(response.body.string()).isEqualTo("abc")
        executeSynchronously("/").assertCode(200)
      }
    
      /** https://github.com/square/okhttp/issues/4583  */
      @Test
      fun lateCancelCallsOnFailure() {
        server.enqueue(
          MockResponse(body = "abc"),
        )
        val closed = AtomicBoolean()
        client =
          client
            .newBuilder()
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Mar 15 09:02:18 GMT 2026
    - 146.5K bytes
    - Click Count (0)
  2. docs/en/docs/release-notes.md

    * ✏ Fix typo in deployment. PR [#4629](https://github.com/tiangolo/fastapi/pull/4629) by [@raisulislam541](https://github.com/raisulislam541).
    * 🌐 Add Portuguese translation for `docs/pt/docs/help-fastapi.md`. PR [#4583](https://github.com/tiangolo/fastapi/pull/4583) by [@mateusjs](https://github.com/mateusjs).
    
    ### Internal
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
Back to Top