Commit 2a2383a
authored
fix(HttpClient): let local curl set encoding based what it is built with
Previously we forced it to gzip but it's possible for a local curl:
- not to have been built with gzip
- to support additional encoding types
In most cases this won't change behavior (i.e. gzip will still be used).
Signed-off-by: Josh <josh.t.richards@gmail.com>1 parent 5d81e74 commit 2a2383a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments