bump gRPC-Go to beta

This commit is contained in:
iamqizhao
2015-09-14 13:27:27 -07:00
parent e3df691ebc
commit 21395fb393
2 changed files with 2 additions and 2 deletions

View File

@ -24,5 +24,5 @@ You can find more detailed documentation and examples in the [examples directory
Status Status
------ ------
Alpha - ready for early adopters. Beta release

View File

@ -52,7 +52,7 @@ import (
const ( const (
// The primary user agent // The primary user agent
primaryUA = "grpc-go/0.7" primaryUA = "grpc-go/0.11"
// http2MaxFrameLen specifies the max length of a HTTP2 frame. // http2MaxFrameLen specifies the max length of a HTTP2 frame.
http2MaxFrameLen = 16384 // 16KB frame http2MaxFrameLen = 16384 // 16KB frame
// http://http2.github.io/http2-spec/#SettingValues // http://http2.github.io/http2-spec/#SettingValues