forked from Archives/Athou_commafeed
use a brotli decoder that uses java and not native code
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user