mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1210088 - Make sure the Switchboard config fetch acts like a true HTTP GET r=margaret
This commit is contained in:
parent
e02b47c7be
commit
070f23b49b
@ -405,7 +405,6 @@ public class SwitchBoard {
|
||||
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
|
||||
connection.setRequestMethod("GET");
|
||||
connection.setUseCaches(false);
|
||||
connection.setDoOutput(true);
|
||||
|
||||
// get response
|
||||
InputStream is = connection.getInputStream();
|
||||
|
Loading…
Reference in New Issue
Block a user