Commit cf7477b
graph: Fix ArweaveClient to disable gzip compression
When reqwest gzip feature is enabled globally, Client::default() enables
automatic gzip compression which removes content-length headers from responses.
ArweaveClient needs content-length to check file sizes, so explicitly disable
gzip for Arweave requests.
Fixes test: polling_monitor::ipfs_service::test::arweave_get
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent a963b09 commit cf7477b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments