(s string)
| 480 | func (ht *serverHandlerTransport) incrMsgRecv() {} |
| 481 | |
| 482 | func (ht *serverHandlerTransport) Drain(s string) { |
| 483 | ht.Close(errors.New(s)) |
| 484 | } |
| 485 | |
| 486 | // mapRecvMsgError returns the non-nil err into the appropriate |
| 487 | // error value as expected by callers of *grpc.parser.recvMsg. |