mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
swarm/api/http: handle skipped error in manifest list
This commit is contained in:
parent
4e61ed02e2
commit
477e722ea2
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,7 @@ func (s *Server) getManifestList(key storage.Key, prefix string) (list api.Manif
|
|||
return api.SkipManifest
|
||||
})
|
||||
|
||||
return list, nil
|
||||
return list, err
|
||||
}
|
||||
|
||||
// HandleGetFile handles a GET request to bzz://<manifest>/<path> and responds
|
||||
|
|
|
|||
Loading…
Reference in a new issue