Poco Zip: strange error when decompressing from http stream #4297
Unanswered
igor-nikolaychuk
asked this question in
Q&A
Replies: 2 comments
-
This issue is stale because it has been open for 365 days with no activity. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue is stale because it has been open for 365 days with no activity. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to decompress a zip file from the network as shown here.
It fails with the error:
Decompress error CRC mismatch. Corrupt file: ...
But if I write server response to a temporary zip file and unzip it, it works perfectly. What I'm doing wrong?
Working code:
Fails with the error:
I should note that I use chunked encoding on my server side.
Beta Was this translation helpful? Give feedback.
All reactions