Merge pull request #9050 from influxdata/sgc-ifql

don't send empty ReadResponse
pull/9057/head
Stuart Carnie 2017-11-03 11:55:37 -07:00 committed by GitHub
commit 32f85a612a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ func (r *rpcService) Read(req *ReadRequest, stream Storage_ReadServer) error {
}
if rs == nil {
stream.Send(&ReadResponse{})
return nil
}