File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
client/src/test/java/org/asynchttpclient Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2222import com .sun .net .httpserver .HttpExchange ;
2323import com .sun .net .httpserver .HttpHandler ;
2424import com .sun .net .httpserver .HttpServer ;
25+ import io .github .nettyplus .leakdetector .junit .NettyLeakDetectorExtension ;
2526import io .netty .handler .codec .compression .Brotli ;
2627import org .junit .jupiter .api .AfterAll ;
2728import org .junit .jupiter .api .BeforeAll ;
3536import java .util .List ;
3637import java .util .stream .Collectors ;
3738import java .util .zip .GZIPOutputStream ;
39+ import org .junit .jupiter .api .extension .ExtendWith ;
3840
3941import static org .junit .jupiter .api .Assertions .assertEquals ;
4042
43+ @ ExtendWith (NettyLeakDetectorExtension .class )
4144public class AutomaticDecompressionTest {
4245 private static final String UNCOMPRESSED_PAYLOAD = "a" .repeat (500 );
4346
Original file line number Diff line number Diff line change 4949 <netty .iouring>0.0.26.Final</netty .iouring>
5050 <brotli4j .version>1.18.0</brotli4j .version>
5151 <slf4j .version>2.0.16</slf4j .version>
52- <zstd-jni .version>1.5.6-9 </zstd-jni .version>
52+ <zstd-jni .version>1.5.6-10 </zstd-jni .version>
5353 <activation .version>2.0.1</activation .version>
5454 <logback .version>1.5.16</logback .version>
5555 <jetbrains-annotations .version>26.0.2</jetbrains-annotations .version>
You can’t perform that action at this time.
0 commit comments