You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
✍️ 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.
The text was updated successfully, but these errors were encountered: