Skip to content

Commit

Permalink
Merge pull request grpc#843 from iamqizhao/master
Browse files Browse the repository at this point in the history
prepare GA announcement
  • Loading branch information
menghanl committed Aug 19, 2016
2 parents 231b4cf + faa2ad1 commit 0032a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,5 +28,5 @@ See [API documentation](https://godoc.org/google.golang.org/grpc) for package an

Status
------
Beta release
GA

2 changes: 1 addition & 1 deletion transport/http_util.go
Expand Up @@ -53,7 +53,7 @@ import (

const (
// The primary user agent
primaryUA = "grpc-go/0.11"
primaryUA = "grpc-go/1.0"
// http2MaxFrameLen specifies the max length of a HTTP2 frame.
http2MaxFrameLen = 16384 // 16KB frame
// http://http2.github.io/http2-spec/#SettingValues
Expand Down

0 comments on commit 0032a85

Please sign in to comment.