Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 5549 (0.16 sec)

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

       * Each OkHttpClient used to get its own instance of NullProxySelector, and because these weren't
       * equal their connections weren't pooled. That's a nasty performance bug!
       *
       * https://github.com/square/okhttp/issues/5519
       */
      @Test
      fun connectionPoolingWithFreshClientSamePool() {
        server.enqueue(MockResponse(body = "abc"))
        server.enqueue(MockResponse(body = "def"))
        server.enqueue(MockResponse(body = "ghi"))
    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. okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt

       * errors. The problem was that the logic that decided whether to reuse a route didn't track
       * certain HTTP/2 errors. https://github.com/square/okhttp/issues/5547
       */
      @ParameterizedTest
      @ArgumentsSource(ProtocolParamProvider::class)
      fun noRecoveryFromTwoRefusedStreams(
        protocol: Protocol,
        mockWebServer: MockWebServer,
      ) {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Thu Apr 11 22:09:35 GMT 2024
    - 75.3K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/idn/rfc3454.B.2.txt

       0541; 0571; Case map
       0542; 0572; Case map
       0543; 0573; Case map
       0544; 0574; Case map
       0545; 0575; Case map
       0546; 0576; Case map
       0547; 0577; Case map
       0548; 0578; Case map
       0549; 0579; Case map
       054A; 057A; Case map
       054B; 057B; Case map
       054C; 057C; Case map
       054D; 057D; Case map
       054E; 057E; Case map
       054F; 057F; Case map
       0550; 0580; Case map
    Plain Text
    - Registered: Fri Mar 29 11:42:11 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 38.8K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0547          ; mapped                 ; 0577          # 1.1  ARMENIAN CAPITAL LETTER SHA
    0548          ; mapped                 ; 0578          # 1.1  ARMENIAN CAPITAL LETTER VO
    0549          ; mapped                 ; 0579          # 1.1  ARMENIAN CAPITAL LETTER CHA
    054A          ; mapped                 ; 057A          # 1.1  ARMENIAN CAPITAL LETTER PEH
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
Back to top