Hello alian, many thanks for your reply.
And sorry for my unclear description. But I am not reporting a bug of orthanc, instead, I am trying to find out the mechanism that how orthanc handles study/series/instance compression internally when it receives a download or transmission (transfer) job.
For the download job, orthanc will compress the study/series into a zip file before starting streaming. As I've stated, we have a large study in which one series could have over 10k instances and count up to 200MB (so that study would have totally 100k+ instances and over 1GB file size). It is kind of obvious that orthanc would take a pretty long time to compress them.
So back to my question, I am trying to find a way to told/recompile orthanc just store the files into zip instead of compress them (compress level 0).
I don't know how to give you a working example, maybe I need to upload my example study zip?
Hope I make my point clear, if not, you are welcome to correct me.