mirror of
https://github.com/simon987/imhashdb.git
synced 2025-04-19 18:16:41 +00:00
Ignore empty reply
This commit is contained in:
parent
6cb9b3b758
commit
5c4d4961e3
@ -74,6 +74,10 @@ func computeAndStore(rawTask []string) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if len(data) == 0 {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
h, err := ComputeHash(data)
|
h, err := ComputeHash(data)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user