Skip to content

Commit

Permalink
#12690 fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <[email protected]>
  • Loading branch information
lorban committed Jan 13, 2025
1 parent 8414f79 commit c8c2515
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,7 @@ public boolean handle(Request request, Response response, Callback callback)
}, httpConfig);
connector.getBean(AbstractHTTP2ServerConnectionFactory.class).setMaxFrameSize(17 * 1024);
http2Client.setMaxFrameSize(18 * 1024);
http2Client.setMaxRequestHeadersSize(2 * maxHeadersSize);

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

0 comments on commit c8c2515

Please sign in to comment.