Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Chan (0.17 sec)

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

        val elapsedMillis = TimeUnit.NANOSECONDS.toMillis(elapsedNanos)
    
        // If we're working correctly, this should be greater than 100ms, but less than double that.
        // Previously we had a bug where we would download the entire response body as long as no
        // individual read took longer than 100ms.
        assertThat(elapsedMillis).isLessThan(500L)
    
        // Do another request to confirm that the discarded connection was not pooled.
    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)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    aetna
    
    // afl : 2014-10-02 Australian Football League
    afl
    
    // africa : 2014-03-24 ZA Central Registry NPC trading as Registry.Africa
    africa
    
    // agakhan : 2015-04-23 Fondation Aga Khan (Aga Khan Foundation)
    agakhan
    
    // agency : 2013-11-14 Binky Moon, LLC
    agency
    
    // aig : 2014-12-18 American International Group, Inc.
    aig
    
    // airbus : 2015-07-30 Airbus S.A.S.
    airbus
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top