Skip to content

Commit c8c2515

Browse files
committed
#12690 fix test
Signed-off-by: Ludovic Orban <[email protected]>
1 parent 8414f79 commit c8c2515

File tree

1 file changed

+1
-0
lines changed
  • jetty-core/jetty-http2/jetty-http2-tests/src/test/java/org/eclipse/jetty/http2/tests

1 file changed

+1
-0
lines changed

jetty-core/jetty-http2/jetty-http2-tests/src/test/java/org/eclipse/jetty/http2/tests/HTTP2Test.java

+1
Original file line numberDiff line numberDiff line change
@@ -1315,6 +1315,7 @@ public boolean handle(Request request, Response response, Callback callback)
13151315
}, httpConfig);
13161316
connector.getBean(AbstractHTTP2ServerConnectionFactory.class).setMaxFrameSize(17 * 1024);
13171317
http2Client.setMaxFrameSize(18 * 1024);
1318+
http2Client.setMaxRequestHeadersSize(2 * maxHeadersSize);
13181319

13191320
// Wait for the SETTINGS frame to be exchanged.
13201321
CountDownLatch settingsLatch = new CountDownLatch(1);

0 commit comments

Comments
 (0)