- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for serverTruncatesRequestHttp2OnDuplexRequest (0.24 sec)
-
okhttp/src/test/java/okhttp3/ServerTruncatesRequestTest.kt
} /** * If the server returns a full response, it doesn't really matter if the HTTP/2 stream is reset. * Attempts to write the request body fails fast. */ @Test fun serverTruncatesRequestHttp2OnDuplexRequest() { enableProtocol(Protocol.HTTP_2) server.enqueue( MockResponse( body = "abc", socketPolicy = DoNotReadRequestBody(ErrorCode.NO_ERROR.httpCode), ),
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 9.5K bytes - Viewed (0)