- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for allFormattedFlagsWithValidBits (0.14 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/FrameLogTest.kt
} /** * Ensures that valid flag combinations appear visually correct, and invalid show in hex. This * also demonstrates how sparse the lookup table is. */ @Test fun allFormattedFlagsWithValidBits() { val formattedFlags = mutableListOf<String>() // Highest valid flag is 0x20. for (i in 0..0x3f) formattedFlags.add(formatFlags(TYPE_HEADERS, i)) assertThat(formattedFlags).containsExactly( "",
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 5.9K bytes - Viewed (0)