swarm/api/http: handle skipped error in manifest list

This commit is contained in:
ferhat elmas 2018-02-15 20:50:42 +01:00
parent 4e61ed02e2
commit 477e722ea2

View file

@ -532,7 +532,7 @@ func (s *Server) getManifestList(key storage.Key, prefix string) (list api.Manif
return api.SkipManifest return api.SkipManifest
}) })
return list, nil return list, err
} }
// HandleGetFile handles a GET request to bzz://<manifest>/<path> and responds // HandleGetFile handles a GET request to bzz://<manifest>/<path> and responds