Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Nov 27, 2023
1 parent 52e4141 commit f18027a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public void process(final String input) {

final HttpURLConnection connection =
(HttpURLConnection) new URL(requestUrl).openConnection();

connection.setRequestProperty("Accept-Encoding", "gzip");
connection.setRequestMethod(method.name());
headers.forEach(connection::addRequestProperty);

Expand Down

0 comments on commit f18027a

Please sign in to comment.