ar-io / arweave-gateway

The classic Arweave Gateway, deployable in AWS Cloud using Terraform
GNU General Public License v3.0
16 stars 4 forks source link

HEAD request for large files hangs #6

Open elliotsayes opened 1 year ago

elliotsayes commented 1 year ago

Works fine on small file (~150kB):

curl 'https://ekqgvxyngv5xiltw7o3alka5qihs6dext4mrajo5x7oaypunwvua.arweave.net/IqBq3w01e3Qudvu2Bagdgg8vDJefGRAl3b_cDD6NtWg'  --head

Hangs on large file (~20GB):

curl 'https://rzzp2blo5ckbjdbwajldlewvisqqbzwjnf3zptavmz2njggse3iq.arweave.net/jnL9BW7olBSMNgJWNZLVRKEA5slpd5fMFWZ01JjSJtE' --head

Is there a preferred way of checking for tx data availability at the gateway?