Currently when using the OutFile setting, the response payload is written to file immediately upon receipt, including when using "chunked" transfer-encoding (each chunk is written to file as it is received). If the response is compressed using gzip or deflate content-encoding, the file contains the compressed data. The file should be uncompressed.
Currently when using the OutFile setting, the response payload is written to file immediately upon receipt, including when using "chunked" transfer-encoding (each chunk is written to file as it is received). If the response is compressed using gzip or deflate content-encoding, the file contains the compressed data. The file should be uncompressed.