✍️ Describe the bug
When only some portion of the upstream is read from the response it might fail when Chucker tries to read it back for processing. For example GzipSource expects that after it is done with the content there will be CRC32 checksum in the footer. If it is not present it will throw an exception and crash.
💣 Steps to reproduce
Creating an example is doable but it is reported by @oakkitten in a follow-up discussion to #263.
🔧 Expected behavior
Chucker dismisses incomplete responses. This behaviour is consistent with maximum content length allowed.
✍️ Describe the bug
When only some portion of the upstream is read from the response it might fail when Chucker tries to read it back for processing. For example
GzipSourceexpects that after it is done with the content there will be CRC32 checksum in the footer. If it is not present it will throw an exception and crash.💣 Steps to reproduce
Creating an example is doable but it is reported by @oakkitten in a follow-up discussion to #263.
🔧 Expected behavior
Chucker dismisses incomplete responses. This behaviour is consistent with maximum content length allowed.