소스 검색

Fix broken block digest calculation on malformed HTTP responses

master
JustAnotherArchivist 4 년 전
부모
커밋
376cde7b8c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      warc-tiny

+ 1
- 0
warc-tiny 파일 보기

@@ -179,6 +179,7 @@ def iter_warc(f):
yield HTTPResponseBodyChunk(httpDecompressor.decompress(httpBody))
else:
print('Warning: malformed HTTP response in record {}, skipping'.format(recordID), file = sys.stderr)
yield WARCBlockChunk(warcContent)
else:
yield WARCBlockChunk(warcContent)
yield EndOfRecord()


불러오는 중...
취소
저장