You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/main/java/com/microsoft/applicationinsights/internal/channel/common/TransmissionNetworkOutput.java
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,7 @@ public boolean send(Transmission transmission) {
175
175
HttpResponseresponse = null;
176
176
HttpPostrequest = null;
177
177
intcode = 0;
178
+
Stringreason = null;
178
179
StringrespString = null;
179
180
Throwableex = null;
180
181
HeaderretryAfterHeader = null;
@@ -185,6 +186,7 @@ public boolean send(Transmission transmission) {
0 commit comments