Skip to content

Commit

Permalink
chore(eigenda): Bump eigenda-proxy to latest v1.6.0 - fix failover bug
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Dec 3, 2024
1 parent ddeea5f commit b29bf11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions eigenda/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ func (c *client) GetData(ctx context.Context, comm []byte) ([]byte, error) {
return nil, err
}

if resp.StatusCode == http.StatusServiceUnavailable {
return nil, ErrServiceUnavailable
}

if resp.StatusCode != http.StatusOK {
return nil, fmt.Errorf("received error response, code=%d, msg = %s", resp.StatusCode, string(b))
}
Expand Down

0 comments on commit b29bf11

Please sign in to comment.