File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
client/src/test/java/org/asynchttpclient Expand file tree Collapse file tree 1 file changed +3
-0
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
You can’t perform that action at this time.
0 commit comments