Search Options

Results per page
Sort
Preferred Languages
Advance

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

  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()
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Tue Nov 04 19:13:52 UTC 2025
    - 147.4K bytes
    - Viewed (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
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
Back to top