We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18fdf4 commit 59be1ebCopy full SHA for 59be1eb
firebase-config/src/main/java/com/google/firebase/remoteconfig/internal/ConfigRealtimeHttpClient.java
@@ -368,6 +368,7 @@ public synchronized void closeRealtimeHttpStream() {
368
// See github.com/firebase/firebase-android-sdk/pull/808.
369
try {
370
this.httpURLConnection.getInputStream().close();
371
+ this.httpURLConnection.getErrorStream().close();
372
} catch (IOException e) {
373
}
374
this.httpURLConnection = null;
0 commit comments