- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for webSocketConnectionIsReleased (0.21 sec)
-
okhttp/src/test/java/okhttp3/internal/ws/WebSocketHttpTest.kt
* successful. This test confirms that connections are released back to the connection pool! * https://github.com/square/okhttp/issues/4258 */ @Test @Throws(Exception::class) fun webSocketConnectionIsReleased() { // This test assumes HTTP/1.1 pooling semantics. client = client.newBuilder() .protocols(Arrays.asList(Protocol.HTTP_1_1)) .build() webServer.enqueue(
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Mar 31 17:16:15 UTC 2024 - 35.2K bytes - Viewed (0)