diff --git a/warc-tiny b/warc-tiny index d21d88a..e082227 100755 --- a/warc-tiny +++ b/warc-tiny @@ -175,7 +175,7 @@ def iter_warc(f): yield HTTPResponseBodyChunk(chunk) httpBody = httpBody[chunkLineEnd + 2 + chunkLength + 2:] else: - yield HTTPResponseBodyChunk(httpDecompressor.decompress(httpBody)[:50]) + yield HTTPResponseBodyChunk(httpDecompressor.decompress(httpBody)) else: print('Warning: malformed HTTP response, skipping', file = sys.stderr) else: