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 6120465 commit 62a0ee0Copy full SHA for 62a0ee0
src/test/java/io/vertx/tests/ProxyClientKeepAliveTest.java
@@ -266,7 +266,7 @@ public void testFrontendCloseResponse(TestContext ctx) {
266
267
@Test
268
public void testFrontendCloseChunkedResponse(TestContext ctx) {
269
- testBackendCloseResponse(ctx, true);
+ testFrontendCloseResponse(ctx, true);
270
}
271
272
private void testFrontendCloseResponse(TestContext ctx, boolean chunked) {
0 commit comments