Commit c0004f2
fix: Removed explicit setting of
* Removed explicit setting of `HttpURLConnection` `Accept-Encoding` header value as it disables automatic response decompression
* chore: Removed unnecessary check for gzip in download
* chore(release): Prepare for version 1.0.2
---------
Co-authored-by: OS-pedrogustavobilro <[email protected]>HttpURLConnection Accept-Encoding header value as it disables automatic response decompression (#10)1 parent 48ec705 commit c0004f2
File tree
3 files changed
+8
-8
lines changed- src/main/kotlin/io/ionic/libs/ionfiletransferlib
3 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
186 | 185 | | |
187 | 186 | | |
188 | 187 | | |
189 | | - | |
190 | | - | |
191 | | - | |
| 188 | + | |
192 | 189 | | |
193 | 190 | | |
194 | 191 | | |
| |||
285 | 282 | | |
286 | 283 | | |
287 | 284 | | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | 285 | | |
292 | 286 | | |
293 | 287 | | |
| |||
0 commit comments