Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Bourget (0.25 sec)

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

        awaitGarbageCollection()
        val message = testLogHandler.take()
        assertThat(message).contains(
          "A connection to ${server.url("/")} was leaked. Did you forget to close a response body?",
        )
      }
    
      @Tag("Slowish")
      @Test
      fun asyncLeakedResponseBodyLogsStackTrace() {
        server.enqueue(MockResponse(body = "This gets leaked."))
        client =
    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. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    know--'
    
      She had quite forgotten the Duchess by this time, and was a
    little startled when she heard her voice close to her ear.
    `You're thinking about something, my dear, and that makes you
    forget to talk.  I can't tell you just now what the moral of that
    is, but I shall remember it in a bit.'
    
      `Perhaps it hasn't one,' Alice ventured to remark.
    
      `Tut, tut, child!' said the Duchess.  `Everything's got a
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    know--'
    
      She had quite forgotten the Duchess by this time, and was a
    little startled when she heard her voice close to her ear.
    `You're thinking about something, my dear, and that makes you
    forget to talk.  I can't tell you just now what the moral of that
    is, but I shall remember it in a bit.'
    
      `Perhaps it hasn't one,' Alice ventured to remark.
    
      `Tut, tut, child!' said the Duchess.  `Everything's got a
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

          "FGHIJKLMNOPQRSTUVWXYZ",
        )
        inputStream.close()
        assertContent("ABCDEFGHIJKLMNOPQRSTUVWXYZ", getResponse(newRequest("/")))
      }
    
      /**
       * We've had a bug where we forget the HTTP response when we see response code 401. This causes a
       * new HTTP request to be issued for every call into the URLConnection.
       */
      @Test
      fun unauthorizedResponseHandling() {
        val mockResponse =
    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