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 52e4141 commit f18027aCopy full SHA for f18027a
metafacture-io/src/main/java/org/metafacture/io/HttpOpener.java
@@ -248,7 +248,7 @@ public void process(final String input) {
248
249
final HttpURLConnection connection =
250
(HttpURLConnection) new URL(requestUrl).openConnection();
251
-
+ connection.setRequestProperty("Accept-Encoding", "gzip");
252
connection.setRequestMethod(method.name());
253
headers.forEach(connection::addRequestProperty);
254
0 commit comments