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 182ab1b commit 600520cCopy full SHA for 600520c
client/src/test/java/org/asynchttpclient/AutomaticDecompressionTest.java
@@ -42,7 +42,7 @@
42
43
@ExtendWith(NettyLeakDetectorExtension.class)
44
public class AutomaticDecompressionTest {
45
- private static final String UNCOMPRESSED_PAYLOAD = "a".repeat(500);
+ private static final String UNCOMPRESSED_PAYLOAD = "a".repeat(50_000);
46
47
private static HttpServer HTTP_SERVER;
48
0 commit comments