fix broken build
This commit is contained in:
parent
7d033818cf
commit
721c5e6857
@ -217,7 +217,6 @@ func (p *Proxy) ServeRequest(ctx context.Context, req server.Request, rsp server
|
|||||||
endpoint := req.Endpoint()
|
endpoint := req.Endpoint()
|
||||||
|
|
||||||
if len(service) == 0 {
|
if len(service) == 0 {
|
||||||
b, _ := req.Read()
|
|
||||||
return errors.BadRequest("go.micro.proxy", "service name is blank")
|
return errors.BadRequest("go.micro.proxy", "service name is blank")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user