-
Notifications
You must be signed in to change notification settings - Fork 290
Commit af8eed9
authored
fix:
* fix: `ApiClientUtils.getDefaultTransport()` should return cached instance to an `ApacheHttp2Transport`
* fix: lint
* reduce timeout time
* fix: use new transport to trigger writeTimeoutApiClientUtils.getDefaultTransport()
should return a cached instance to an ApacheHttp2Transport
(#1059)1 parent 7bc8c12 commit af8eed9
File tree
3 files changed
+35
-1
lines changed- src
- main/java/com/google/firebase/internal
- test/java/com/google/firebase/internal
3 files changed
+35
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 | - | ||
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
95 | + | ||
92 | 96 |
| |
93 | 97 |
|
Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
201 | + | ||
202 | + | ||
201 | 203 |
| |
202 | 204 |
| |
203 | 205 |
| |
206 | + | ||
204 | 207 |
| |
205 | 208 |
| |
206 | 209 |
| |
| |||
217 | 220 |
| |
218 | 221 |
| |
219 | 222 |
| |
223 | + | ||
224 | + | ||
220 | 225 |
| |
221 | 226 |
| |
222 | 227 |
| |
228 | + | ||
223 | 229 |
| |
224 | 230 |
| |
225 | 231 |
| |
| |||
292 | 298 |
| |
293 | 299 |
| |
294 | 300 |
| |
301 | + | ||
302 | + | ||
303 | + | ||
304 | + | ||
305 | + | ||
306 | + | ||
307 | + | ||
308 | + | ||
309 | + | ||
310 | + | ||
311 | + | ||
312 | + | ||
313 | + | ||
314 | + | ||
315 | + | ||
295 | 316 |
| |
296 | 317 |
| |
297 | 318 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | + | ||
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
| |||
128 | 129 |
| |
129 | 130 |
| |
130 | 131 |
| |
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
131 | 140 |
|
0 commit comments