Skip to content

Commit f18027a

Browse files
committed
WIP
1 parent 52e4141 commit f18027a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafacture-io/src/main/java/org/metafacture/io/HttpOpener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public void process(final String input) {
248248

249249
final HttpURLConnection connection =
250250
(HttpURLConnection) new URL(requestUrl).openConnection();
251-
251+
connection.setRequestProperty("Accept-Encoding", "gzip");
252252
connection.setRequestMethod(method.name());
253253
headers.forEach(connection::addRequestProperty);
254254

0 commit comments

Comments
 (0)