Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch fixes issue introduced in da0e542 where code (that handles unparsed entries due to errors) was added in "if error" block instead of below it. It was wrong because in case of timeout error, `entries` variable is always nil. Now logic that handles partially failed entries parsing moved outside and invoked only if no timeout error happens. Release note: None
- Loading branch information