This commit is contained in:
iamqizhao
2016-01-25 12:48:13 -08:00
parent 6ad5faf0d7
commit 8ced3f96cb

View File

@ -362,9 +362,9 @@ type Options struct {
// CallHdr carries the information of a particular RPC.
type CallHdr struct {
// Host specifies peer host.
Host string
Host string
// Method specifies the operation to perform.
Method string
Method string
// RecvCompress specifies the compression algorithm applied on inbound messages.
RecvCompress string
// SendCompress specifies the compression algorithm applied on outbound message.