mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
Bug 1210088 - Make sure the Switchboard config fetch acts like a true HTTP GET r=margaret
This commit is contained in:
parent
402520db93
commit
e1b3e2d96d
@ -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…
x
Reference in New Issue
Block a user