use a brotli decoder that uses java and not native code

This commit is contained in:
Athou
2025-12-23 16:29:07 +01:00
parent 863ced57f8
commit c1810de316
3 changed files with 8 additions and 1 deletions

View File

@@ -307,7 +307,7 @@ class HttpGetterTest {
@Nested
class Compression {
private static final String ACCEPT_ENCODING = "gzip, deflate";
private static final String ACCEPT_ENCODING = "gzip, deflate, br";
@Test
void gzip() throws Exception {