intel / asynch_mode_nginx

Other
210 stars 60 forks source link

The file cannot be decompressed after being compressed by qatzip_filter #59

Closed weeweetan closed 1 year ago

weeweetan commented 1 year ago

Recurrence condition

configure

qatzip_chunk_size 64k; qatzip_stream_size 256k; qatzip_buffers 16 8k;

file

low compression ratios, such as scans and size > 256k

daweiq commented 1 year ago

@weeweetan Thanks for raising this. It seems to be the same #65 issue raised in QATzip So, we will track it in QATzip repo and close this one.

weeweetan commented 1 year ago

These are two different issues,this issue will cause the size of the downloaded file via qatzip_filter module smaller than without qatzip_filter module

daweiq commented 1 year ago

Is that because of the file being compressed by QATzip?

weeweetan commented 1 year ago

QATzip output data is ok,I think it should be the problem of qatzip_filter module