mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-13 15:56:50 +01:00
fix requests not sending sometimes
This commit is contained in:
parent
11322e005e
commit
cf0f0b14fc
@ -184,6 +184,7 @@ public class Requester {
|
||||
String url = SPONSORBLOCK_API_URL + route.compile(params).getCompiledRoute();
|
||||
HttpURLConnection connection = (HttpURLConnection) new URL(url).openConnection();
|
||||
connection.setRequestMethod(route.getMethod().name());
|
||||
connection.getInputStream().close(); // this is required so it properly establishes the connection when not reading the InputStream in any of the routes
|
||||
return connection;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user