issues
search
iipc
/
jwarc
Java library for reading and writing WARC files with a typed API
Apache License 2.0
48
stars
9
forks
source link
WarcReader may hang up on clipped gzipped WARC file, fixes #17
#18
Closed
sebastian-nagel
closed
4 years ago
sebastian-nagel
commented
4 years ago
fail with EOFException if input is exhausted and
inflater expects input (and there is none as in #17)
when reading gzip extra length
add unit test to systematically check for boundary conditions on clipped gzip input and make hang-up reproducible
ato
commented
4 years ago
Thanks! Released as v0.8.3