Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Lola (0.13 sec)

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

        }
        sink1.writeUtf8("def")
        sink1.close()
        assertFailsWith<ConnectionShutdownException> {
          connection.newStream(headerEntries("c", "cola"), true)
        }
        assertThat(stream1.isOpen).isTrue()
        assertThat(stream2.isOpen).isFalse()
        assertThat(connection.openStreamCount()).isEqualTo(1)
    
        // Verify the peer received what was expected.
    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

    storage.yandexcloud.net
    website.yandexcloud.net
    
    // YesCourse Pty Ltd : https://yescourse.com
    // Submitted by Atul Bhouraskar <******@****.***>
    official.academy
    
    // Yola : https://www.yola.com/
    // Submitted by Stefano Rivera <stefano@yola.com>
    yolasite.com
    
    // Yombo : https://yombo.net
    // Submitted by Mitch Schwenk <******@****.***>
    ybo.faith
    yombo.me
    homelink.one
    ybo.party
    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