Hey list,
I'm deploying Rocky Linux using terraform with libvirt provider to a local hypervisor.
During the deployment the libvirt provider makes a get request to download just the first bytes and checks if the image are in a support format. To do this, it uses a the "Range" header which should return a status code 206. This is the expected behavior when using this request header.
Most of the calls return the correct status code, but from time to time I get a 200 response status code, the header is ignore and all the all file is downloaded.
From behavior I can observe looks to me that some CDN node should be configured in a different way, and is ignoring the "Range" header.
Can some confirm if this is the case?
Thank you in advance.
Call example: `curl -vvv -H "Range:bytes=0-7" https://download.rockylinux.org/pub/rocky/8.6/images/Rocky-8-GenericCloud.la...