Skip to content

Commit

Permalink
fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Aug 29, 2019
1 parent 7d03381 commit 721c5e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proxy/mucp/mucp.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ func (p *Proxy) ServeRequest(ctx context.Context, req server.Request, rsp server
endpoint := req.Endpoint()

if len(service) == 0 {
b, _ := req.Read()
return errors.BadRequest("go.micro.proxy", "service name is blank")
}

Expand Down

0 comments on commit 721c5e6

Please sign in to comment.