We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682c672 commit 339ef99Copy full SHA for 339ef99
okhttp/src/test/java/io/grpc/okhttp/OkHttpClientTransportTest.java
@@ -2018,7 +2018,7 @@ public void proxy_immediateServerClose() throws Exception {
2018
status.getDescription().contains("proxy"));
2019
assertEquals("Not UNAVAILABLE: " + statusCaptor.getValue(),
2020
Status.UNAVAILABLE.getCode(), status.getCode());
2021
- assertEquals(SimpleDisconnectError.SUBCHANNEL_SHUTDOWN, error);
+ assertEquals(new GoAwayDisconnectError(GrpcUtil.Http2Error.INTERNAL_ERROR), error);
2022
verify(transportListener, timeout(TIME_OUT_MS)).transportTerminated();
2023
}
2024
0 commit comments