- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 92 for 41 (0.04 sec)
-
okhttp/src/test/java/okhttp3/internal/http2/Http2ConnectionTest.kt
} } @Test fun bogusDataFrameDoesNotDisruptConnection() { // Write the mocking script. peer.sendFrame().settings(Settings()) peer.acceptFrame() // ACK peer.sendFrame().data(true, 41, Buffer().writeUtf8("bogus"), 5) peer.acceptFrame() // RST_STREAM peer.sendFrame().ping(false, 2, 0) peer.acceptFrame() // PING peer.play() // Play it back. connect(peer)
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 20 17:03:43 UTC 2024 - 75.4K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
OkHttp 3.x Change Log ===================== ## Version 3.14.9 _2020-05-17_ * Fix: Don't crash when running as a plugin in Android Studio Canary 4.1. To enable platform-specific TLS features OkHttp must detect whether it's running in a JVM or in Android. The upcoming Android Studio runs in a JVM but has classes from Android and that confused OkHttp! ## Version 3.14.8 _2020-04-28_
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0) -
compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/VersionRangeTest.java
assertTrue(restriction.isUpperBoundInclusive(), CHECK_UPPER_BOUND_INCLUSIVE); range1 = VersionRange.createFromVersionSpec("[1.0,1.2],[1.3,1.7]"); range2 = VersionRange.createFromVersionSpec("[1.1,1.4],[1.5,1.6]"); mergedRange = range1.restrict(range2); assertNull(mergedRange.getRecommendedVersion(), CHECK_VERSION_RECOMMENDATION); restrictions = mergedRange.getRestrictions();
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 44.3K bytes - Viewed (0) -
docs/bigdata/README.md
### **4.1 Spark Pi**
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 14.7K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/graph/AbstractNetworkTest.java
static final String E13 = "1-3"; static final String E14 = "1-4"; static final String E23 = "2-3"; static final String E31 = "3-1"; static final String E34 = "3-4"; static final String E41 = "4-1"; static final String E15 = "1-5"; static final String EDGE_NOT_IN_GRAPH = "edgeNotInGraph"; // TODO(user): Consider separating Strings that we've defined here to capture
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Jan 22 17:29:38 UTC 2024 - 32.7K bytes - Viewed (0) -
api/go1.6.txt
pkg debug/elf, const R_MIPS_TLS_DTPMOD64 = 40 pkg debug/elf, const R_MIPS_TLS_DTPMOD64 R_MIPS pkg debug/elf, const R_MIPS_TLS_DTPREL32 = 39 pkg debug/elf, const R_MIPS_TLS_DTPREL32 R_MIPS pkg debug/elf, const R_MIPS_TLS_DTPREL64 = 41 pkg debug/elf, const R_MIPS_TLS_DTPREL64 R_MIPS pkg debug/elf, const R_MIPS_TLS_DTPREL_HI16 = 44 pkg debug/elf, const R_MIPS_TLS_DTPREL_HI16 R_MIPS pkg debug/elf, const R_MIPS_TLS_DTPREL_LO16 = 45
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Jan 13 23:40:13 UTC 2016 - 12.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
- github.com/fatih/color: [v1.7.0](https://github.com/fatih/color/tree/v1.7.0) - github.com/go-gl/glfw: [e6da0ac](https://github.com/go-gl/glfw/tree/e6da0ac) - github.com/gogo/googleapis: [v1.4.1](https://github.com/gogo/googleapis/tree/v1.4.1) - github.com/google/martian: [v2.1.0+incompatible](https://github.com/google/martian/tree/v2.1.0) - github.com/google/renameio: [v0.1.0](https://github.com/google/renameio/tree/v0.1.0)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Oct 29 20:17:52 UTC 2024 - 121.6K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/CacheBuilderTest.java
LoadingCache<?, ?> cache = CacheBuilder.newBuilder().initialCapacity(0).build(identityLoader()); LocalCache<?, ?> map = CacheTesting.toLocalCache(cache); assertThat(map.segments).hasLength(4); // 1 is as low as it goes, not 0. it feels dirty to know this/test this. assertEquals(1, map.segments[0].table.length()); assertEquals(1, map.segments[1].table.length()); assertEquals(1, map.segments[2].table.length());
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 15:00:32 UTC 2024 - 24.9K bytes - Viewed (0) -
cmd/object-api-multipart_test.go
// Case 8-13. // Generating parts for different objects. {bucketNames[2], objectNames[0], uploadIDs[4], 1, "abcd", "e2fc714c4727ee9395f324cd2e7f331f", int64(len("abcd")), "e2fc714c4727ee9395f324cd2e7f331f"},
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 09:42:21 UTC 2024 - 88.8K bytes - Viewed (0) -
api/go1.1.txt
pkg debug/dwarf, const TagDwarfProcedure = 54 pkg debug/dwarf, const TagEntryPoint = 3 pkg debug/dwarf, const TagEnumerationType = 4 pkg debug/dwarf, const TagEnumerator = 40 pkg debug/dwarf, const TagFileType = 41 pkg debug/dwarf, const TagFormalParameter = 5 pkg debug/dwarf, const TagFriend = 42 pkg debug/dwarf, const TagImportedDeclaration = 8 pkg debug/dwarf, const TagImportedModule = 58
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)