mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 01:27:18 -04:00
[MSA] Changes to match @artdeell changes
This commit is contained in:
parent
87eb726fb7
commit
6a2aaaab70
@ -14,6 +14,8 @@ public class HttpRequest
|
|||||||
public Builder(URI uri) throws IOException {
|
public Builder(URI uri) throws IOException {
|
||||||
mURI = uri;
|
mURI = uri;
|
||||||
mConn = (HttpURLConnection) uri.toURL().openConnection();
|
mConn = (HttpURLConnection) uri.toURL().openConnection();
|
||||||
|
mConn.setUseCaches(false);
|
||||||
|
mConn.setDoOutput(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public HttpURLConnection getBase() {
|
public HttpURLConnection getBase() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user