Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 56 (0.13 sec)

  1. android-test/README.md

    01-01 12:53:32.817 10999 11090 D OkHttp  : [55 ms] responseBodyStart
    01-01 12:53:32.818 10999 11090 D OkHttp  : [56 ms] responseBodyEnd: byteCount=128
    01-01 12:53:32.818 10999 11090 D OkHttp  : [56 ms] connectionReleased
    01-01 12:53:32.818 10999 11090 D OkHttp  : [56 ms] callEnd
    ```
    
    3. Run tests using gradle
    
    ```
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Tue Feb 14 08:26:50 GMT 2023
    - 2.5K bytes
    - Viewed (0)
  2. docs/security/tls_configuration_history.md

    [OkHttp314]: https://square.github.io/okhttp/changelog_3x/#version-310
    [OkHttp35]: https://square.github.io/okhttp/changelog_3x/#version-350
    [chromium_change]: https://developers.google.com/web/updates/2016/12/chrome-56-deprecations#remove_cbc-mode_ecdsa_ciphers_in_tls
    [googlecloud_ssl_policy]: https://cloud.google.com/load-balancing/docs/ssl-policies-concepts
    [http2_denylist]: https://tools.ietf.org/html/rfc7540#appendix-A
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Feb 06 16:35:36 GMT 2022
    - 9K bytes
    - Viewed (0)
  3. regression-test/README.md

    01-01 12:53:32.817 10999 11090 D OkHttp  : [55 ms] responseBodyStart
    01-01 12:53:32.818 10999 11090 D OkHttp  : [56 ms] responseBodyEnd: byteCount=128
    01-01 12:53:32.818 10999 11090 D OkHttp  : [56 ms] connectionReleased
    01-01 12:53:32.818 10999 11090 D OkHttp  : [56 ms] callEnd
    ```
    
    3. Run tests using gradle
    
    ```
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Fri Nov 13 07:09:56 GMT 2020
    - 2.5K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/internal/http2/HpackTest.kt

            "custom-header",
            "custom-key2",
            "custom-header",
          )
        hpackWriter!!.writeHeaders(headerBlock)
        assertThat(hpackWriter!!.headerCount).isEqualTo(2)
        hpackWriter!!.resizeHeaderTable(56)
        assertThat(hpackWriter!!.headerCount).isEqualTo(1)
        hpackWriter!!.resizeHeaderTable(0)
        assertThat(hpackWriter!!.headerCount).isEqualTo(0)
      }
    
      @Test
      fun noEvictionOnDynamicTableSizeIncrease() {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 38.2K bytes
    - Viewed (0)
  5. docs/changelogs/changelog_3x.md

     [okhttp_idling_resource]: https://github.com/JakeWharton/okhttp-idling-resource
     [public_suffix]: https://publicsuffix.org/
     [remove_cbc_ecdsa]: https://developers.google.com/web/updates/2016/12/chrome-56-deprecations#remove_cbc-mode_ecdsa_ciphers_in_tls
     [require_android_5]: https://code.cash.app/okhttp-3-13-requires-android-5
     [tls_configuration_history]: https://square.github.io/okhttp/tls_configuration_history/
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Feb 06 14:55:54 GMT 2022
    - 50.8K bytes
    - Viewed (0)
Back to top