Ignore empty reply

This commit is contained in:
simon987 2020-04-11 15:17:57 -04:00
parent 6cb9b3b758
commit 5c4d4961e3

View File

@ -74,6 +74,10 @@ func computeAndStore(rawTask []string) {
continue
}
if len(data) == 0 {
continue
}
h, err := ComputeHash(data)
if err != nil {
return