Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for elephant (0.22 sec)

  1. okhttp/src/test/java/okhttp3/internal/http2/Http2ConnectionTest.kt

        val stream = connection.newStream(headerEntries("b", "banana"), true)
        val out = stream.getSink().buffer()
        out.writeUtf8("c3po")
        out.close()
        stream.writeHeaders(headerEntries("e", "elephant"), false, false)
        connection.writePingAndAwaitPong()
        assertThat(connection.openStreamCount()).isEqualTo(0)
    
        // Verify the peer received what was expected.
        val synStream = peer.takeFrame()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Apr 20 17:03:43 GMT 2024
    - 75.4K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // xerox : 2014-10-24 Xerox DNHC LLC
    xerox
    
    // xfinity : 2015-07-09 Comcast IP Holdings I, LLC
    xfinity
    
    // xihuan : 2015-01-08 Beijing Qihu Keji Co., Ltd.
    xihuan
    
    // xin : 2014-12-11 Elegant Leader Limited
    xin
    
    // xn--11b4c3d : 2015-01-15 VeriSign Sarl
    कॉम
    
    // xn--1ck2e1b : 2015-02-26 Amazon Registry Services, Inc.
    セール
    
    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