Hi,
I'm observing the following issue: when doing an API call to get products from a order number, I sometimes get a corrupted gzip file. Checking my logs I can see the error message:
Error communicating with Magento server --->System.IO.InvalidDataException: The CRC in GZip footer does not match the CRC calculated from the decompressed data.
If I disable the compression and repeat the same request, I get a valid file and no errors.
This happens randomly and the files don't even reach 1MB.
Thanks