rkalla / cloudfront-log-parser

Amazon CloudFront Log Parser
Apache License 2.0
22 stars 6 forks source link

Fix random crash bug #14

Open zmokhtar opened 7 years ago

zmokhtar commented 7 years ago

Fix a bug where sometimes read does not return a full record even though we are not at the end of the file causing the parser to crash. Instead, we read the next chunk and keep moving along.