Fix some issues and remove garbbage files

This commit is contained in:
iamqizhao
2016-05-16 15:31:00 -07:00
parent 2161303fcd
commit aa532d5baf
8 changed files with 152 additions and 1050 deletions

View File

@ -105,7 +105,6 @@ func NewClientStream(ctx context.Context, desc *StreamDesc, cc *ClientConn, meth
err error
put func()
)
//t, err = cc.dopts.picker.Pick(ctx)
t, put, err = cc.getTransport(ctx)
if err != nil {
return nil, toRPCErr(err)